public List <Model.Class> GetClass(int SchoolId) { DAL.Student dal = new DAL.Student(); return(dal.GetClass(SchoolId)); }