function beforeFilter()
 {
     parent::beforeFilter();
     $this->set('operators', $this->ShopPromotion->operators);
 }
 function beforeFilter()
 {
     parent::beforeFilter();
     $this->subMenu = $this->Nodes->menu(6, 'flat');
 }