handle($id); $service = new TopicCourseListService(); $courses = $service->handle($id); $this->view->setVar('topic', $topic); $this->view->setVar('courses', $courses); } }