/// <summary>
 /// Invokes the 'CustomOp_AdoptedChild' method of the specified <see cref="CI_AdoptedChild"/> entity.
 /// </summary>
 /// <param name="child">The <see cref="CI_AdoptedChild"/> entity instance.</param>
 public void CustomOp_AdoptedChild(CI_AdoptedChild child)
 {
     child.CustomOp_AdoptedChild();
 }