public function __construct()
 {
     parent::__construct();
     $this->_ci =& get_instance();
     // resolve HMVC set rule callback problem
     //$this->form_validation = $this->_ci->form_validation;
 }