/// <summary>
 /// Deprecated Method for adding a new object to the DisplayImages EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDisplayImages(DisplayImage displayImage)
 {
     base.AddObject("DisplayImages", displayImage);
 }
 /// <summary>
 /// Create a new DisplayImage object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="location">Initial value of the Location property.</param>
 /// <param name="modifiedBy">Initial value of the ModifiedBy property.</param>
 /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param>
 /// <param name="timeStamp">Initial value of the TimeStamp property.</param>
 public static DisplayImage CreateDisplayImage(global::System.Int32 id, global::System.String name, global::System.String location, global::System.String modifiedBy, global::System.DateTime modifiedDate, global::System.Byte[] timeStamp)
 {
     DisplayImage displayImage = new DisplayImage();
     displayImage.Id = id;
     displayImage.Name = name;
     displayImage.Location = location;
     displayImage.ModifiedBy = modifiedBy;
     displayImage.ModifiedDate = modifiedDate;
     displayImage.TimeStamp = timeStamp;
     return displayImage;
 }