/**
  */
 public function build()
 {
     $this->controller = $this->createControllerObject($this->router->getController());
     $this->action = $this->router->getAction();
 }