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