errorDialog = Gtk::MessageDialog.new(:parent => Window.window(), :flags => [:modal, :destroy_with_parent], :type => :error, :buttons => :ok, :message => "Erreur");
                errorDialog.secondary_text = "Le profil existe déjà !";
                errorDialog.run();
                errorDialog.destroy();