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