public function render()
 {
     $this->template->setFile(__DIR__ . "/SetRoute.latte");
     $this->template->sections = $this->preparedTargetSections;
     $this->template->routeList = $this->routeDao->getRouteListIndexedByTarget();
     $this->template->render();
 }