public void AddPartition(AbstractPartition partition) { partition.Parent = this; Children.Add(partition); }