public bool AddStudents(Student student)
 {
     return(StudentDB.AddStudents(student));
 }