function install()
    {
        $zip = $this->zip();
        require_once 'app/models/plugin_administration.php';
        $plugin_admin = new PluginAdministration();
        $plugin_admin->installPlugin($zip);
        unlink($zip);

#        throw new RuntimeException('Urm, hello. I am a placeholder. Just go on, there is nothing to see, do or not do here. Just go away, click somewhere else. Please.');
    }