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