/**
  * Dispatch page to user
  */
 function dispatch()
 {
     isset($this->templateData) ? VTDispatcher::set_template_data($this->templateData) : null;
     // render
     VTDispatcher::render();
 }