/// <summary>
 /// Deprecated Method for adding a new object to the bvc_TaxClass EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_TaxClass(bvc_TaxClass bvc_TaxClass)
 {
     base.AddObject("bvc_TaxClass", bvc_TaxClass);
 }
 /// <summary>
 /// Create a new bvc_TaxClass object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="displayName">Initial value of the DisplayName property.</param>
 public static bvc_TaxClass Createbvc_TaxClass(global::System.Int32 id, global::System.String displayName)
 {
     bvc_TaxClass bvc_TaxClass = new bvc_TaxClass();
     bvc_TaxClass.ID = id;
     bvc_TaxClass.DisplayName = displayName;
     return bvc_TaxClass;
 }