/// <summary>
 /// Create a new TaxPosition object.
 /// </summary>
 /// <param name="code">Initial value of the Code property.</param>
 public static TaxPosition CreateTaxPosition(global::System.Int32 code)
 {
     TaxPosition taxPosition = new TaxPosition();
     taxPosition.Code = code;
     return taxPosition;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the TaxPositions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTaxPositions(TaxPosition taxPosition)
 {
     base.AddObject("TaxPositions", taxPosition);
 }