public async Task <City> GetCityWithPhotosById(int id)
 {
     return(await _cityDal.GetCityWithPhotosById(id));
 }