public ICollection <District> GetAllDistricts()
 {
     return(_centerRepository.GetAllDistricts());
 }