public DataSet GetTopListBySchool(int top, string strWhere) { return(dal.GetTopListBySchool(top, strWhere)); }