private Department GetDepartmentByCode(string code)
 {
     return(_departmentGetway.GetDepartmentByCode(code));
 }