private void btNew_Click(object sender, EventArgs e) { CreationGroupe c = new CreationGroupe(); c.Show(); this.Close(); }