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