protected function _fetch()
 {
     $this->_current = $this->_resultSet->fetch();
     return $this->_current;
 }