public City GetCityById(int id)
 {
     return(citiesRepository.GetCityById(id));
 }