/**
  * implementedEvents
  */
 public function implementedEvents()
 {
     return parent::implementedEvents() + array('Controller.afterConstruct' => 'afterConstruct');
 }