public function setParentId($parentId)
 {
     $this->__load();
     return parent::setParentId($parentId);
 }