public List<eventsdetection> eventsdetectionGetAll()
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionGetAll();
 }