/// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductPropertyChoice EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductPropertyChoice(bvc_ProductPropertyChoice bvc_ProductPropertyChoice)
 {
     base.AddObject("bvc_ProductPropertyChoice", bvc_ProductPropertyChoice);
 }
 /// <summary>
 /// Create a new bvc_ProductPropertyChoice object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="propertyBvin">Initial value of the PropertyBvin property.</param>
 /// <param name="choiceName">Initial value of the ChoiceName property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_ProductPropertyChoice Createbvc_ProductPropertyChoice(global::System.String bvin, global::System.String propertyBvin, global::System.String choiceName, global::System.Int32 sortOrder, global::System.DateTime lastUpdated)
 {
     bvc_ProductPropertyChoice bvc_ProductPropertyChoice = new bvc_ProductPropertyChoice();
     bvc_ProductPropertyChoice.bvin = bvin;
     bvc_ProductPropertyChoice.PropertyBvin = propertyBvin;
     bvc_ProductPropertyChoice.ChoiceName = choiceName;
     bvc_ProductPropertyChoice.SortOrder = sortOrder;
     bvc_ProductPropertyChoice.LastUpdated = lastUpdated;
     return bvc_ProductPropertyChoice;
 }