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