private void btnAbout_Click(object sender, EventArgs e)
 {
     AboutBox AboutBox = new AboutBox();
     AboutBox.Show();
 }
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutBox AboutBox = new AboutBox();
     AboutBox.Show();
 }