Inheritance: System.Windows.Forms.Form
 /// <summary>
 ///   Opens the about window
 /// </summary>
 private void MenuHelpAboutOnClick(object sender, EventArgs e)
 {
     var abScr = new AboutScreen();
     abScr.ShowDialog();
 }