private void InstructionsButton_OnClick(object sender, RoutedEventArgs e) { var window = new InstructionsWindow(); window.Show(); }