public void Valider()
 {
     if (radioButton_existante.Checked)
     {
         ComboBox_EntrepriseBLL comboBox_EntrepriseBLL = new ComboBox_EntrepriseBLL();
         comboBox_EntrepriseBLL.myformrattachement = this;
         CorrespondanceBLL ligne_selectionne_datagrid_ent_etab = new CorrespondanceBLL();
         ligne_selectionne_datagrid_ent_etab = ligne_selectionne_datagrid_ent_etab.RetourneLigneCorrespondanceDatagrid(form1.dataGridView_saisie, form1.dataGridView_saisie.CurrentCell);
         CorrespondanceBLL ligne_selectionne_objet_ent_etab = new CorrespondanceBLL();
         ligne_selectionne_objet_ent_etab = ligne_selectionne_objet_ent_etab.TrouveLigneCorrespondance_ByLigne(ligne_selectionne_datagrid_ent_etab, VariablePartage.TableCorrespondanceFiltre);
         comboBox_EntrepriseBLL.AjouteLigneEntEtab_ByComboBoxEntEtab(form1, this, ligne_selectionne_objet_ent_etab);
         Close();
     }
     else if (radioButton_creer_ent.Checked)
     {
         ComboBox_EntrepriseBLL comboBox_EntrepriseBLL = new ComboBox_EntrepriseBLL();
         comboBox_EntrepriseBLL.myformrattachement = this;
         CorrespondanceBLL ligne_selectionne_datagrid_ent_etab = new CorrespondanceBLL();
         ligne_selectionne_datagrid_ent_etab = ligne_selectionne_datagrid_ent_etab.RetourneLigneCorrespondanceDatagrid(form1.dataGridView_saisie, form1.dataGridView_saisie.CurrentCell);
         CorrespondanceBLL ligne_selectionne_objet_ent_etab = new CorrespondanceBLL();
         ligne_selectionne_objet_ent_etab = ligne_selectionne_objet_ent_etab.TrouveLigneCorrespondance_ByLigne(ligne_selectionne_datagrid_ent_etab, VariablePartage.TableCorrespondanceFiltre);
         comboBox_EntrepriseBLL.AjoutLigneEntEtab_ByCreerEnt(form1, this, ligne_selectionne_objet_ent_etab);
         Close();
     }
 }
        private void RattachementEtablissementEntreprise_Load(object sender, EventArgs e)
        {
            ComboBox_EntrepriseBLL comboBox_EntrepriseBLL = new ComboBox_EntrepriseBLL();

            comboBox_EntrepriseBLL.myformrattachement = this;
            comboBox_EntrepriseBLL.InitComboBoxRattachementEntEtab(VariablePartage.TableReferentiel);
        }