var item = this.Parent; if (item != null) { item = item.Child; if (item != null) { item = item.Child; if (item != null) { g1 = item.Child; } } } if (g1 != null) // TODO