private void aboutToolStripMenuItem1_Click(object sender, EventArgs e) { about about_us = new about(); about_us.Show(); }