Interaction logic for About.xaml
Inheritance: System.Windows.Window
 private void MenuAbout_Click(object sender, RoutedEventArgs e)
 {
     About about = new About();
     about.ShowDialog();
 }