public IEnumerable <Sensor> Get()
 {
     return(_sensorService.GetAllSensors());
 }