private void buttonProfil_Click(object sender, RoutedEventArgs e) { Profil p = new Profil(); p.ShowDialog(); }