public async Task <List <City> > GetListCityWithPhotos() { return(await _cityDal.GetListCityWithPhotos()); }