static private void TimerUp(object value)
 {
     systemTimeMS += 100;
     Devices.DeviceCommunicationHandler(systemTimeMS);
 }