public List <Student> GetStudents() { List <Student> students = studentdb.GetAllStudents(); return(students); }