/// <summary>
 /// Deprecated Method for adding a new object to the Taxes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTaxes(Tax tax)
 {
     base.AddObject("Taxes", tax);
 }
 /// <summary>
 /// Create a new Tax object.
 /// </summary>
 /// <param name="taxProcent">Initial value of the TaxProcent property.</param>
 public static Tax CreateTax(global::System.Int64 taxProcent)
 {
     Tax tax = new Tax();
     tax.TaxProcent = taxProcent;
     return tax;
 }