/**
  * get the relationship container payload
  *
  * @return IItemRelationshipContainer
  */
 protected function getRelationshipContainer()
 {
     return $this->itemPayload->getParentPayload()->getParentPayload();
 }