public List <City> GetAllCitySearchByCountryName(string name) { return(citygatewary.GetAllCitySeachByCountryName(name)); }