private void btnShowPlayers2_Click(object sender, RoutedEventArgs e) { PlayerWindow win = new PlayerWindow(); win.ShowDialog(); }