public List<Day> GetDayAccidents(DateTime selectStart, DateTime selectEnd, int DeviceNr)
 {
     stat = new Statistics();
     return stat.getAccidentDaysFromDB(selectStart, selectEnd, DeviceNr);
 }