private void About_Click(object sender, RoutedEventArgs e)
        {
            AboutView about = new AboutView();

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