private void Help_About_Click(object sender, RoutedEventArgs e) { AboutBox aboutBox = new AboutBox(); aboutBox.Show(); }