void ReadKnots(string file) { var newParts = JSONReader.ReadKnotsAsList(_grid, file); foreach (var item in newParts) { _existingParts.Add(item); } }