private void groupInformationToolStripMenuItem_Click(object sender, EventArgs e) { group_view groupf = new group_view(); groupf.Show(); }