/**
  * display view which will be build on template
  *
  * @param string $tpl template 
  */
 public function display($tpl)
 {
     parent::display($tpl);
     $this->_view->display($tpl);
 }