public IEnumerable <School> Get(int id)
 {
     return(repository.GetByDistrict(id));
 }