public AbstractWaterBody(string Name) { this.Name = Name; Output = new WaterBodyOutput(Name); BindCollections(); }