/// <summary>
 /// Deprecated Method for adding a new object to the CallUserProducts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCallUserProducts(CallUserProduct callUserProduct)
 {
     base.AddObject("CallUserProducts", callUserProduct);
 }
 /// <summary>
 /// Create a new CallUserProduct object.
 /// </summary>
 /// <param name="callMeID">Initial value of the CallMeID property.</param>
 /// <param name="productName">Initial value of the ProductName property.</param>
 public static CallUserProduct CreateCallUserProduct(global::System.Int32 callMeID, global::System.String productName)
 {
     CallUserProduct callUserProduct = new CallUserProduct();
     callUserProduct.CallMeID = callMeID;
     callUserProduct.ProductName = productName;
     return callUserProduct;
 }