var a1 = new Parent(); var a2 = new Parent(); var child = new Child(); a1.child = child; a2.child = child;