private void ButtonCancel_Click(object sender, RoutedEventArgs e)
 {
     _slotMachine.Cancle();
     FastClock.Instance.IsRunning = true;
     TextBoxTimeUntil.Text        = "Abbruch!";
 }