public List <City> GetCountryCity()
 {
     return(cityGateway.GetCountryCity());
 }