public List <City> ListThem(Expression <Func <City, bool> > filter = null) { return(_cityDal.ListThem(filter)); }