private void DeleteData(int nExamID) { ExamBLL examBLL = new ExamBLL(); examBLL.DeleteExam(nExamID); }