public function postUpdate($event)
 {
     if ($this->_updateLinkFields) {
         RelationshipTable::updateLinksFromRelationship($this);
         $this->_updateLinkFields = false;
     }
 }