private void Exit()
 {
     dispatchTimer.Stop();
     dispatchTimer = null;
     Toast.DecrementToastCount();
     Close();
 }