errorDialog = Gtk::MessageDialog.new(:parent => Window.window(), :flags => [:modal, :destroy_with_parent], :type => :error, :buttons => :ok, :message => "Erreur");
                    errorDialog.secondary_text = "Le profil est en cours d'utilisation !";
                    errorDialog.run();
                    errorDialog.destroy();