public bool eventsdetectionUpdate(eventsdetection eventsdetection)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionUpdate( eventsdetection);
 }
 public eventsdetection eventsdetectionGetById()
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionGetById();
 }
 public bool eventsdetectionDelete(int eventsdetectionId)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionDelete(eventsdetectionId);
 }
 public List<eventsdetection> eventsdetectionGetAll()
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionGetAll();
 }
 public int eventsdetectionAdd(eventsdetection eventsdetection)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionAdd( eventsdetection);
 }