public MainWindow() { InitializeComponent(); welcome window = new welcome(); Hide(); window.ShowDialog(); turn = true; setup(players); Show(); }