public DataSet GetList(string tablename, string fieldkey, string fieldshow, int pageSize, int pageIndex, string strWhere, string orderstr, out int total, out int pageCount) { return(dal.GetList(tablename, fieldkey, fieldshow, pageSize, pageIndex, strWhere, orderstr, out total, out pageCount)); }