public void Dispose() { lock ( _LockItems ) { foreach (TPage PageItem in Items) { PageItem.Dispose(); } Items.Clear(); } Parent = null; }