/// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductChoiceInputOrder EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductChoiceInputOrder(bvc_ProductChoiceInputOrder bvc_ProductChoiceInputOrder)
 {
     base.AddObject("bvc_ProductChoiceInputOrder", bvc_ProductChoiceInputOrder);
 }
 /// <summary>
 /// Create a new bvc_ProductChoiceInputOrder object.
 /// </summary>
 /// <param name="productId">Initial value of the ProductId property.</param>
 /// <param name="choiceInputId">Initial value of the ChoiceInputId property.</param>
 /// <param name="order">Initial value of the Order property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_ProductChoiceInputOrder Createbvc_ProductChoiceInputOrder(global::System.String productId, global::System.String choiceInputId, global::System.Int32 order, global::System.DateTime lastUpdated)
 {
     bvc_ProductChoiceInputOrder bvc_ProductChoiceInputOrder = new bvc_ProductChoiceInputOrder();
     bvc_ProductChoiceInputOrder.ProductId = productId;
     bvc_ProductChoiceInputOrder.ChoiceInputId = choiceInputId;
     bvc_ProductChoiceInputOrder.Order = order;
     bvc_ProductChoiceInputOrder.LastUpdated = lastUpdated;
     return bvc_ProductChoiceInputOrder;
 }