/// <summary>
 /// Deprecated Method for adding a new object to the ProdImages EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProdImages(ProdImage prodImage)
 {
     base.AddObject("ProdImages", prodImage);
 }
 /// <summary>
 /// Create a new ProdImage object.
 /// </summary>
 /// <param name="prodCD">Initial value of the ProdCD property.</param>
 /// <param name="prodSetid">Initial value of the ProdSetid property.</param>
 /// <param name="imageSetCD">Initial value of the ImageSetCD property.</param>
 /// <param name="imageID">Initial value of the ImageID property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 public static ProdImage CreateProdImage(global::System.String prodCD, global::System.String prodSetid, global::System.String imageSetCD, global::System.Decimal imageID, global::System.Decimal sortOrder)
 {
     ProdImage prodImage = new ProdImage();
     prodImage.ProdCD = prodCD;
     prodImage.ProdSetid = prodSetid;
     prodImage.ImageSetCD = imageSetCD;
     prodImage.ImageID = imageID;
     prodImage.SortOrder = sortOrder;
     return prodImage;
 }