private Department GetDepartmentByShortName(string shortName)
 {
     return(_departmentGetway.GetDepartmentByShortName(shortName));
 }