public ICollection <City> GetAll() { return(_cityDAL.GetAll()); }
public List <City> GetList() { return(_cityDal.GetAll().ToList()); }