protected function _getBuffer()
 {
     return $this->_mapper->findAllCursor(array('paging' => array('page' => $this->_currentPage, 'count' => $this->_pageSize), 'filterList' => $this->_listFilter));
 }