private void GroupsBt_Click(object sender, EventArgs e) { GestGroupe frm = new GestGroupe(); frm.Show(); }