//Lance le jeu
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            ConfigurationForm conf = new ConfigurationForm();

            conf.ShowDialog();
        }
 //Lance le jeu
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     ConfigurationForm conf = new ConfigurationForm();
     conf.ShowDialog();
 }