/**
  * @return CExListItemsOwner
  */
 function getRealListOwner()
 {
     if ($this->concept_id) {
         return $this->loadRefConcept()->getRealListOwner();
     }
     return parent::getRealListOwner();
 }
 /**
  * @return CExList|CExListItemsOwner
  */
 function getRealListOwner()
 {
     if ($this->ex_list_id) {
         return $this->loadRefExList();
     }
     return parent::getRealListOwner();
 }