public void DeleteDevice(int deviceId)
 {
     _devicesRepository.DeleteDevice(deviceId);
 }