/**
  * TopicDbMapper constructor.
  */
 public function __construct()
 {
     $this->connection = DBCommunication::getInstance()->getConnection();
 }