public function setVerificationHash($verificationHash)
 {
     $this->__load();
     return parent::setVerificationHash($verificationHash);
 }