public List <Model.School> GetSchool() { DAL.Student dal = new DAL.Student(); return(dal.GetSchool()); }