public DataTable eventsdetectionGetAllByIDPSId(int idpsId)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionGetAllByIDPSId(idpsId);
 }