public IEnumerable <Department> GetDepartmentWithOrganization()
 {
     return(_departmentGetway.GetDepartmentWithOrganization());
 }