public static function init()
 {
     if (self::$_isInit === true) {
         return;
     }
     self::$_isInit = true;
 }