// Изменить руководителя группы
 public static void ChangeGroupEdu(string Group, int Emp)
 {
     DBOperations.AlterGroupEdu(Group, Emp);
 }