/// <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="id">Initial value of the ID property.</param>
 /// <param name="propertyID">Initial value of the PropertyID property.</param>
 /// <param name="choiceName">Initial value of the ChoiceName property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 public static bvc_ProductPropertyChoice Createbvc_ProductPropertyChoice(global::System.Int32 id, global::System.Int32 propertyID, global::System.String choiceName, global::System.Int32 sortOrder)
 {
     bvc_ProductPropertyChoice bvc_ProductPropertyChoice = new bvc_ProductPropertyChoice();
     bvc_ProductPropertyChoice.ID = id;
     bvc_ProductPropertyChoice.PropertyID = propertyID;
     bvc_ProductPropertyChoice.ChoiceName = choiceName;
     bvc_ProductPropertyChoice.SortOrder = sortOrder;
     return bvc_ProductPropertyChoice;
 }