public List <City> GetCities()
 {
     return(_cityDal.Getcities());
 }