public IQueryable <T> GetList(int pageSize, int pageIndex) { return(dal.GetList(pageSize, pageIndex)); }