public bool AddNewStudent(Student course)
 {
     return(courseDB.AddNewStudent(course));
 }