public PageListePavillon()
 {
     InitializeComponent();
     LesPavillons     = AccesAuxDonneesPavillon.ChargerPavillons();
     this.DataContext = LesPavillons;
 }
 private void PageArmateur_Loaded(object sender, RoutedEventArgs e)
 {
     ComboBoxCodePavillon.DataContext = AccesAuxDonneesPavillon.ChargerPavillons();
 }