private void Creer(object sender, RoutedEventArgs e) { CreationDemande creer = new CreationDemande(); if (creer.ShowDialog() == true) { } }