private void About_Executed(object sender, ExecutedRoutedEventArgs e) { AboutWindow window = new AboutWindow(); window.ShowDialog(); }