protected function buildWhere() {
     parent::buildWhere();
     $this->_selectBuilder->where->add('p.'.Pap_Db_Table_Payouts::PAYOUT_HISTORY_ID, '=', $this->getPayoutHistoryId());
 }