public function preDispatch()
 {
     parent::preDispatch();
     Mage::getDesign()->setTheme('clever');
     return $this;
 }
 public function preDispatch()
 {
     parent::preDispatch();
     return $this;
 }