private void tsMnuItemAbout_Click(object sender, EventArgs e) { rmsAdminAboutBox objAbout = new rmsAdminAboutBox(); objAbout.ShowDialog(); }