public DataTable GetModel(string tablename, string fieldStr, string strWhere) { return(dal.GetModel(tablename, fieldStr, strWhere)); }