/// <summary>
 /// Create a new bvc_ProductChoices object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="propertyName">Initial value of the PropertyName property.</param>
 /// <param name="displayName">Initial value of the DisplayName property.</param>
 /// <param name="typeCode">Initial value of the TypeCode property.</param>
 /// <param name="shared">Initial value of the Shared property.</param>
 /// <param name="textRows">Initial value of the TextRows property.</param>
 /// <param name="textColumns">Initial value of the TextColumns property.</param>
 /// <param name="textWrap">Initial value of the TextWrap property.</param>
 /// <param name="html">Initial value of the Html property.</param>
 public static bvc_ProductChoices Createbvc_ProductChoices(global::System.Int32 id, global::System.String propertyName, global::System.String displayName, global::System.Int32 typeCode, global::System.Int32 shared, global::System.Int32 textRows, global::System.Int32 textColumns, global::System.Int32 textWrap, global::System.String html)
 {
     bvc_ProductChoices bvc_ProductChoices = new bvc_ProductChoices();
     bvc_ProductChoices.ID = id;
     bvc_ProductChoices.PropertyName = propertyName;
     bvc_ProductChoices.DisplayName = displayName;
     bvc_ProductChoices.TypeCode = typeCode;
     bvc_ProductChoices.Shared = shared;
     bvc_ProductChoices.TextRows = textRows;
     bvc_ProductChoices.TextColumns = textColumns;
     bvc_ProductChoices.TextWrap = textWrap;
     bvc_ProductChoices.Html = html;
     return bvc_ProductChoices;
 }
 /// <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);
 }