/**
  * Prepare block children and data.
  * Set widget type and widget parameters if available
  *
  * @return $this
  */
 protected function _preparelayout()
 {
     $this->setWidgetType($this->getWidgetInstance()->getType())->setWidgetValues($this->getWidgetInstance()->getWidgetParameters());
     return parent::_prepareLayout();
 }