Cleanup test: - Replaced .Where().FirstOrDefault() statements with .FirstOrDefault(predicate) statements for readability and performance reasonsRelated to Issue [MWDAM-1584]
Fixed failing unit tests: fixed for the csv plugin importer as the PolderLevel property was moved from Location to ScenarioRelated to Issue [MWDAM-1584]
Rewired the HeadPl2 and the PolderLevel properties of Scenario to the new XML entities:- Changed nullable PolderLevel to a regular double as this is a mandatory required parameter (maintained consistency with the rest of the application)Related to Issue [MWDAM-1584]
Moved HeadPl2 within Location from WaternetOptions to DesignScenario. Also removed HeadPl3 and HeadPl4 from Location.Started fixing failing tests.Related to Issue [MWDAM-1618]
Adjusted DamContext to make HeadPL2 visible:- Removed obsolete test file- Changed translation entry due to a rename of the HeadPL2 property in Scenarios to be consistent with the other HeadPl<X> propertiesRelated to Issue [MWDAM-1584]