/// <summary>
 /// Create a new bvc_TaxClass object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="displayName">Initial value of the DisplayName property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_TaxClass Createbvc_TaxClass(global::System.String bvin, global::System.String displayName, global::System.DateTime lastUpdated)
 {
     bvc_TaxClass bvc_TaxClass = new bvc_TaxClass();
     bvc_TaxClass.bvin = bvin;
     bvc_TaxClass.DisplayName = displayName;
     bvc_TaxClass.LastUpdated = lastUpdated;
     return bvc_TaxClass;
 }
 /// <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);
 }