public ZonaFl.Persistence.Entities.City FindFirstCityByCountry(int CountryId) { CountryRepository countryrepo = new CountryRepository(); return(countryrepo.FindFirstCityByCountry(CountryId)); }