public static function getInstance()
 {
     if (!self::$instance) {
         self::$instance = new hrm_Ajax();
     }
     return self::$instance;
 }