private void About_Click(object sender, RoutedEventArgs e) { var about = new About(); about.Show(); }