public function beforeFilter()
 {
     parent::beforeFilter();
     $this->Auth->allow();
 }
 public function beforeRender()
 {
     $this->set('jquery_plugins', $this->jqueryPlugins);
     parent::beforeRender();
 }