public IEnumerable <Cell> Cells() { return(neighborhoodCells.Coordonnates().Select(coord => cellFactory.Cellule(coord))); }