diff --git a/PROJ-ETS/PROJ-ETS/BazaarGroups.aspx b/PROJ-ETS/PROJ-ETS/BazaarGroups.aspx
new file mode 100644
index 0000000..5582791
--- /dev/null
+++ b/PROJ-ETS/PROJ-ETS/BazaarGroups.aspx
@@ -0,0 +1,7 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Bazaar.master" AutoEventWireup="true" CodeBehind="BazaarGroups.aspx.cs" Inherits="PROJ_ETS.BazaarGroups" %>
+
+<%@ Register Src="~/WebUserControls/mod_GroupsMan.ascx" TagPrefix="uc1" TagName="mod_GroupsMan" %>
+
+
+
+
\ No newline at end of file
diff --git a/PROJ-ETS/PROJ-ETS/BazaarGroups.aspx.cs b/PROJ-ETS/PROJ-ETS/BazaarGroups.aspx.cs
new file mode 100644
index 0000000..73c5816
--- /dev/null
+++ b/PROJ-ETS/PROJ-ETS/BazaarGroups.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace PROJ_ETS
+{
+ public partial class BazaarGroups : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/PROJ-ETS/PROJ-ETS/BazaarGroups.aspx.designer.cs b/PROJ-ETS/PROJ-ETS/BazaarGroups.aspx.designer.cs
new file mode 100644
index 0000000..2c9b928
--- /dev/null
+++ b/PROJ-ETS/PROJ-ETS/BazaarGroups.aspx.designer.cs
@@ -0,0 +1,26 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace PROJ_ETS
+{
+
+
+ public partial class BazaarGroups
+ {
+
+ ///
+ /// mod_GroupsMan control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::PROJ_ETS.WebUserControls.mod_GroupsMan mod_GroupsMan;
+ }
+}
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_GroupsMan.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_GroupsMan.ascx
new file mode 100644
index 0000000..5cf03ea
--- /dev/null
+++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_GroupsMan.ascx
@@ -0,0 +1,63 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_GroupsMan.ascx.cs" Inherits="PROJ_ETS.WebUserControls.mod_GroupsMan" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+gestione gruppi:
+
+ - Anagrafica gruppi (CRUD) + attivazione
+ - Sync utenti
+ - Assegnazione utenti-Gruppi
+
\ No newline at end of file
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_GroupsMan.ascx.cs b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_GroupsMan.ascx.cs
new file mode 100644
index 0000000..1e74b41
--- /dev/null
+++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_GroupsMan.ascx.cs
@@ -0,0 +1,26 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace PROJ_ETS.WebUserControls
+{
+ public partial class mod_GroupsMan : System.Web.UI.UserControl
+ {
+ #region Protected Methods
+
+ protected void lbtReset_Click(object sender, EventArgs e)
+ {
+ grView.SelectedIndex = -1;
+ grView.DataBind();
+ }
+
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ }
+
+ #endregion Protected Methods
+ }
+}
\ No newline at end of file
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_GroupsMan.ascx.designer.cs b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_GroupsMan.ascx.designer.cs
new file mode 100644
index 0000000..7b22b6d
--- /dev/null
+++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_GroupsMan.ascx.designer.cs
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace PROJ_ETS.WebUserControls
+{
+
+
+ public partial class mod_GroupsMan
+ {
+
+ ///
+ /// grView control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.GridView grView;
+
+ ///
+ /// ods control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.ObjectDataSource ods;
+ }
+}
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menu.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menu.ascx
index 15c20e7..f20ef56 100644
--- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menu.ascx
+++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menu.ascx
@@ -10,7 +10,7 @@
PostBackUrl="~/Commesse" />
-
+
\ No newline at end of file