/// <summary>
 /// Create a new TaxProgressionGroup object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 /// <param name="rowStatus">Initial value of the RowStatus property.</param>
 /// <param name="startDate">Initial value of the StartDate property.</param>
 /// <param name="endDate">Initial value of the EndDate property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="createdBy">Initial value of the CreatedBy property.</param>
 /// <param name="createdDate">Initial value of the CreatedDate property.</param>
 public static TaxProgressionGroup CreateTaxProgressionGroup(global::System.Int32 id, global::System.Byte[] rowVersion, global::System.Byte rowStatus, global::System.DateTime startDate, global::System.DateTime endDate, global::System.String description, global::System.String createdBy, global::System.DateTime createdDate)
 {
     TaxProgressionGroup taxProgressionGroup = new TaxProgressionGroup();
     taxProgressionGroup.Id = id;
     taxProgressionGroup.RowVersion = rowVersion;
     taxProgressionGroup.RowStatus = rowStatus;
     taxProgressionGroup.StartDate = startDate;
     taxProgressionGroup.EndDate = endDate;
     taxProgressionGroup.Description = description;
     taxProgressionGroup.CreatedBy = createdBy;
     taxProgressionGroup.CreatedDate = createdDate;
     return taxProgressionGroup;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the TaxProgressionGroups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTaxProgressionGroups(TaxProgressionGroup taxProgressionGroup)
 {
     base.AddObject("TaxProgressionGroups", taxProgressionGroup);
 }