protected function _reverseRewriteURL($argAction = NULL, $argQuery = '')
 {
     $action = $this->action;
     if (NULL !== $argAction) {
         $action = $argAction;
     }
     return Flow::reverseRewriteURL($action, $argQuery);
 }