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