public static function init()
 {
     AjaxHandler::beginAjaxRequest();
     if (!isset(self::$_AJAX_HELPER)) {
         $c = __CLASS__;
         self::$_AJAX_HELPER = new $c();
     }
     return self::$_AJAX_HELPER;
 }