private void ShowTimeMeasurementWindow()
 {
     if (tmWindow == null || !tmWindow.IsVisible)
     {
         tmWindow = new TimeMeasurement();
         tmWindow.Show();
     }
 }