public bool eventsdetectionDelete(eventsdetection eventsdetection)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionDelete(eventsdetection);
 }