/**
  *
  */
 public function preDispatch()
 {
     parent::postDispatch();
     $this->_helper->layout->setLayout('admin');
 }