// Добавить новую группу
 public static void AddGroup(string GroupName, int Employee)
 {
     DBOperations.AddGroup(GroupName, Employee);
 }