/**
  * @return $this
  */
 public function _prepareLayout()
 {
     $this->_prepareRequestParams();
     parent::_prepareLayout();
     return $this;
 }