public function beforeValidate()
 {
     $this->getUserModel();
     return parent::beforeValidate();
 }