public bool eventsdetectionUpdateStatus(int EventsDetectionId, int EventStatusId)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionUpdateStatus(EventsDetectionId, EventStatusId);
 }