/**
  * @return string
  */
 public function getAction()
 {
     if ($this->action === null) {
         return $this->router->getRouteVar('action');
     }
     return $this->action;
 }