/// <summary>
 /// Deprecated Method for adding a new object to the tblTaxes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblTaxes(tblTax tblTax)
 {
     base.AddObject("tblTaxes", tblTax);
 }
 /// <summary>
 /// Create a new tblTax object.
 /// </summary>
 /// <param name="taxID">Initial value of the TaxID property.</param>
 public static tblTax CreatetblTax(global::System.Int32 taxID)
 {
     tblTax tblTax = new tblTax();
     tblTax.TaxID = taxID;
     return tblTax;
 }