/// <summary>
 /// Create a new CorrectionType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static CorrectionType CreateCorrectionType(global::System.Int32 id, global::System.String name)
 {
     CorrectionType correctionType = new CorrectionType();
     correctionType.Id = id;
     correctionType.Name = name;
     return correctionType;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CorrectionTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCorrectionTypes(CorrectionType correctionType)
 {
     base.AddObject("CorrectionTypes", correctionType);
 }