public bool AddStudentRecord(Student student)
 {
     return(studentDAL.AddStudentRecord(student));
 }