/// <summary>
 /// Create a new ChangeLog object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static ChangeLog CreateChangeLog(global::System.Int32 id)
 {
     ChangeLog changeLog = new ChangeLog();
     changeLog.ID = id;
     return changeLog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ChangeLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToChangeLogs(ChangeLog changeLog)
 {
     base.AddObject("ChangeLogs", changeLog);
 }