for (var i = 0; i < neighbourhood.length; i++) {
            html.push(this.getRowHtml(neighbourhood[i]));
        }