private void DeleteData(int nLogID) { SystemLogBLL systemLogBLL = new SystemLogBLL(); systemLogBLL.DeleteLog(nLogID); }