Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Data/HydraulicBoundaryDatabase.cs =================================================================== diff -u -r503a1871546f1694465c356bf06c167bc67740dd -rb616b18965853b4dee437f1fc5bf341be72a6057 --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Data/HydraulicBoundaryDatabase.cs (.../HydraulicBoundaryDatabase.cs) (revision 503a1871546f1694465c356bf06c167bc67740dd) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Data/HydraulicBoundaryDatabase.cs (.../HydraulicBoundaryDatabase.cs) (revision b616b18965853b4dee437f1fc5bf341be72a6057) @@ -19,6 +19,7 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using System.Collections.Generic; using Core.Common.Base; namespace Ringtoets.HydraRing.Data @@ -30,11 +31,11 @@ { /// /// Creates a new instance of - /// and creates a with . + /// and creates a with . /// public HydraulicBoundaryDatabase() { - Locations = new ObservableList(); + Locations = new List(); } /// @@ -50,7 +51,7 @@ /// /// Gets the hydraulic boundary locations. /// - public ObservableList Locations { get; private set; } + public List Locations { get; private set; } /// /// Clears all the locations from the .