public override City FindCity(int id)
 {
     return(_repository.FindCityById(id));
 }