public IncidentDeviceController(DataContext context, IMapper mapper)
 {
     _service = new IncidentDeviceService(context, mapper);
 }