foreach ($this->db->fetchAll($query, $params) as $row) {
                $row['url'] = sprintf("%s/%s", $this->makeRegionPermalink($row['country'], $row['region']), $row['slug']);
                $return[$row['id']] = $row; 
            }