public bool eventsdetectionUpdateStatus(int EventsDetectionId, int EventStatusId)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionUpdateStatus(EventsDetectionId, EventStatusId);
 }
 public bool eventsdetectionUpdate(eventsdetection eventsdetection)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionUpdate( eventsdetection);
 }
 public eventsdetection eventsdetectionGetById(int eventsDetectionId)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionGetById(eventsDetectionId);
 }
 public DataTable eventsdetectionGetAllByIDPSId(int idpsId)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionGetAllByIDPSId(idpsId);
 }
 public List<eventsdetection> eventsdetectionGetAll()
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionGetAll();
 }
 public int eventsdetectionAdd(eventsdetection eventsdetection)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionAdd( eventsdetection);
 }