private void ajouterregion()
 {
     comboBox7.Items.Clear();
     comboBox7.Items.AddRange(Databaseconnection.GetRegions());
 }