private void aboutMenuItem_Click( object sender, EventArgs e ) { About a = new About(); a.ShowDialog( this ); }