public function isAttributeRequired()
 {
     return $this->attributeName != null && $this->model->isAttributeRequired($this->attributeName);
 }