public SensorEntity GetSensor(string productName, string path)
 {
     return(_databaseWorker.GetSensorInfo(productName, path));
 }