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