private void ajoutTA_Click(object sender, EventArgs e) { AjouterTA ata = new AjouterTA(this); ata.Show(); }