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