function __construct(&$controler, $view = null)
 {
     parent::Actions($controler);
     $this->event_manager =& $this->_getEventManager();
 }