public bool DeleteStudentRecord(int studentId)
 {
     return(studentDAL.DeleteStudentRecord(studentId));
 }