public IEnumerable <Country> GetCountries() { return(_geoRepository.GetAll <Country>().OrderBy(c => c.Name).ToList()); }