public function setTopic(Topic $Topic) {
            $this->Topic = $Topic;

            return $this;
        }