protected function initFrom() {
     parent::initFrom();
     $this->selectBuilder->from->addLeftJoin(Pap_Db_Table_Transactions::getName(), 'p',
         'p.'.Pap_Db_Table_Transactions::TRANSACTION_ID.'=t.'.Pap_Db_Table_Transactions::PARRENT_TRANSACTION_ID);
 }