foreach ($this->db->fetchAll($query, $this->id) as $row) {
            yield new Forum($row['forum_id']);
        }