diff --git a/Labaratory/Labaratory/Labaratory.csproj b/Labaratory/Labaratory/Labaratory.csproj
index 51cf7ba..afd20ea 100644
--- a/Labaratory/Labaratory/Labaratory.csproj
+++ b/Labaratory/Labaratory/Labaratory.csproj
@@ -95,76 +95,16 @@
MSBuild:Compile
Designer
-
- Model1.tt
-
-
- Model1.tt
-
-
- Model1.tt
-
-
- Model1.tt
-
-
- Model1.tt
-
-
- True
- True
- Model1.Context.tt
-
-
- True
- True
- Model1.tt
-
-
- True
- True
- Model1.edmx
-
-
- Model1.tt
-
-
- Model1.tt
-
-
- Model1.tt
-
-
- Model1.tt
-
-
- Model1.tt
-
-
- Model1.tt
-
-
- Model1.tt
-
-
- Model1.tt
-
-
- Model1.tt
-
-
- Model1.tt
-
Designer
MSBuild:Compile
@@ -232,13 +172,6 @@
ResXFileCodeGenerator
Resources.Designer.cs
-
- EntityModelCodeGenerator
- Model1.Designer.cs
-
-
- Model1.edmx
-
SettingsSingleFileGenerator
@@ -253,20 +186,13 @@
-
- TextTemplatingFileGenerator
- Model1.Context.cs
- Model1.edmx
-
-
- TextTemplatingFileGenerator
- Model1.edmx
- Model1.cs
-
+
+
+
diff --git a/Labaratory/Labaratory/ViewModels/Laborant.cs b/Labaratory/Labaratory/ViewModels/Laborant.cs
index 8c30691..c3ec1a8 100644
--- a/Labaratory/Labaratory/ViewModels/Laborant.cs
+++ b/Labaratory/Labaratory/ViewModels/Laborant.cs
@@ -24,6 +24,7 @@ namespace Labaratory.ViewModels
public Laborant(Models.User user)
{
CurrentUser = user;
+ RoleName = CurrentUser.Role1?.RoleName ?? "Роль не назначена";
CalculateNextNumber();
StartTimer();
ProcessOrderCommand = new RelayCommand