public void Destroy() { foreach (IMenuElement obj in Items) { obj.Destroy(); } Items.Clear(); TitleLabel?.Destroy(); }