/// <summary>
 /// Create a new Illustration object.
 /// </summary>
 /// <param name="illustrationID">Initial value of the IllustrationID property.</param>
 /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param>
 public static Illustration CreateIllustration(global::System.Int32 illustrationID, global::System.DateTime modifiedDate)
 {
     Illustration illustration = new Illustration();
     illustration.IllustrationID = illustrationID;
     illustration.ModifiedDate = modifiedDate;
     return illustration;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Illustrations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIllustrations(Illustration illustration)
 {
     base.AddObject("Illustrations", illustration);
 }