/**
  * Set the Plugin
  * @param $plugin Plugin
  */
 static function setPlugin($plugin)
 {
     self::$_plugin = $plugin;
 }