public function init()
 {
     parent::init();
     if ($this->action === null) {
         $this->action = $this->id;
     }
 }
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     if ($this->action === null) {
         $this->action = Inflector::id2camel($this->id);
     }
 }