public static function getInstance()
 {
     if (!self::$instance) {
         self::$instance = new hrm_Ajax();
     }
     return self::$instance;
 }
 function instantiate()
 {
     Hrm_Ajax::getInstance();
     Hrm_Admin::getInstance();
     Hrm_Leave::getInstance();
     Hrm_Employee::getInstance();
 }