private void wizard_About(object sender, RoutedEventArgs e) { About about = new About(); about.ShowDialog(); }