diff --git a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlAccessElement.cs b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlAccessElement.cs
index 5fed30a..e8d9d9c 100644
--- a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlAccessElement.cs
+++ b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlAccessElement.cs
@@ -7,6 +7,9 @@ using System;
namespace SecurityWindowsDesktop.EntityControls
{
+ ///
+ /// Реализация контрола для доступа
+ ///
public partial class ControlAccessElement :
GenericControlEntityElement,
IGenericControlEntityElement
diff --git a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlEnviromentSettingElement.cs b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlEnviromentSettingElement.cs
index 587d129..e598d28 100644
--- a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlEnviromentSettingElement.cs
+++ b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlEnviromentSettingElement.cs
@@ -7,6 +7,9 @@ using System;
namespace SecurityWindowsDesktop.EntityControls
{
+ ///
+ /// Реализация контрола для настройки среды
+ ///
public partial class ControlEnviromentSettingElement :
GenericControlEntityElement,
IGenericControlEntityElement
diff --git a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlRoleElement.cs b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlRoleElement.cs
index 9d96fca..fb113a2 100644
--- a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlRoleElement.cs
+++ b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlRoleElement.cs
@@ -7,6 +7,9 @@ using System;
namespace SecurityWindowsDesktop.EntityControls
{
+ ///
+ /// Реализация контрола для роли
+ ///
public partial class ControlRoleElement :
GenericControlEntityElement,
IGenericControlEntityElement
diff --git a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserElement.cs b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserElement.cs
index 7481507..74624cb 100644
--- a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserElement.cs
+++ b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserElement.cs
@@ -7,6 +7,9 @@ using System;
namespace SecurityWindowsDesktop.EntityControls
{
+ ///
+ /// Реализация контрола для сотрудника
+ ///
public partial class ControlUserElement :
GenericControlEntityElement,
IGenericControlEntityElement
diff --git a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserRoleElement.cs b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserRoleElement.cs
index 1019f08..ea64e93 100644
--- a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserRoleElement.cs
+++ b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserRoleElement.cs
@@ -7,6 +7,9 @@ using System;
namespace SecurityWindowsDesktop.EntityControls
{
+ ///
+ /// Реализация контрола для связи сотрудника с ролью
+ ///
public partial class ControlUserRoleElement :
GenericControlEntityElement,
IGenericControlEntityElement