/**
  * Primary индекс сущности
  *
  * @param EntityORM $oEntity Объект сущности
  * @return array
  */
 protected function _ShowPrimaryIndexFrom($oEntity)
 {
     return $this->oMapperORM->ShowPrimaryIndexFrom($oEntity);
 }