public static function register()
 {
     if (!is_object(self::$_obj)) {
         self::$_obj = new AutoLoad();
     }
 }