public void NewWinDowBallonThread()
        {
            WindowBallon tempWindow = new WindowBallon(this);

            tempWindow.Show();
            System.Windows.Threading.Dispatcher.Run();
        }
 public WindowBallon(WindowBallon windowBallon)
 {
     InitializeComponent();
 }