public static void ShowAbout()
 {
     using (ApplicationAboutDialog dlg = new ApplicationAboutDialog())
     {
         dlg.ShowDialog();
     }
 }