/// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductChoices EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductChoices(bvc_ProductChoices bvc_ProductChoices)
 {
     base.AddObject("bvc_ProductChoices", bvc_ProductChoices);
 }
 /// <summary>
 /// Create a new bvc_ProductChoices object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="choiceName">Initial value of the ChoiceName property.</param>
 /// <param name="choiceDisplayName">Initial value of the ChoiceDisplayName property.</param>
 /// <param name="productId">Initial value of the ProductId property.</param>
 /// <param name="sharedChoice">Initial value of the SharedChoice property.</param>
 /// <param name="choiceType">Initial value of the ChoiceType property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_ProductChoices Createbvc_ProductChoices(global::System.String bvin, global::System.String choiceName, global::System.String choiceDisplayName, global::System.String productId, global::System.Boolean sharedChoice, global::System.String choiceType, global::System.DateTime lastUpdated)
 {
     bvc_ProductChoices bvc_ProductChoices = new bvc_ProductChoices();
     bvc_ProductChoices.bvin = bvin;
     bvc_ProductChoices.ChoiceName = choiceName;
     bvc_ProductChoices.ChoiceDisplayName = choiceDisplayName;
     bvc_ProductChoices.ProductId = productId;
     bvc_ProductChoices.SharedChoice = sharedChoice;
     bvc_ProductChoices.ChoiceType = choiceType;
     bvc_ProductChoices.LastUpdated = lastUpdated;
     return bvc_ProductChoices;
 }