private void DeleteData(int nNoticeID) { NoticeBLL noticeBLL = new NoticeBLL(); noticeBLL.DeleteNotice(nNoticeID); }