/**
  * @return $this
  */
 protected function _renderFilters()
 {
     $this->_filters = [];
     return parent::_renderFilters();
 }