/**
  * Render the view for this controller.
  *
  * @return void
  */
 public function render()
 {
     $dispatch = new Dispatch();
     $dispatch->dispatch();
 }