public int AddStudent(StudentClass student)
 {
     return(dal.AddStudent(student));
 }