void ReadSpaces(string file) { var newParts = JSONReader.ReadSpacesAsList(_grid, file); foreach (var item in newParts) { _spaces.Add(item); } }