private void Form_gestionAdherent_Add_Load(object sender, EventArgs e)
 {
     foreach (string classement in GestionClub.getParamClassement())
     {
         cb_gestionAdherent_Add_classement.Items.Add(classement);
     }
 }