Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/Piping/StochasticSoilModelEntityReadExtensions.cs =================================================================== diff -u -rc2bf0666539fa1a781c6d5d633ac292fa4fe2bd4 -r11f0867b39150ae5fac83dc178a89fee46d27611 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/Piping/StochasticSoilModelEntityReadExtensions.cs (.../StochasticSoilModelEntityReadExtensions.cs) (revision c2bf0666539fa1a781c6d5d633ac292fa4fe2bd4) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/Piping/StochasticSoilModelEntityReadExtensions.cs (.../StochasticSoilModelEntityReadExtensions.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611) @@ -51,10 +51,7 @@ return collector.Get(entity); } - var model = new StochasticSoilModel(-1, entity.Name, entity.SegmentName) - { - StorageId = entity.StochasticSoilModelEntityId - }; + var model = new StochasticSoilModel(-1, entity.Name, entity.SegmentName); entity.ReadStochasticSoilProfiles(model, collector); entity.ReadSegmentPoints(model);