public bool DeleteDevice(int deviceId)
 {
     return(_dataAccessService.DeleteDevice(deviceId));
 }