private void OpenMainWindow()
        {
            var w = new MainWindow_TNG();

            w.Show();
            this.Hide();
        }