/// <summary>
 /// Deprecated Method for adding a new object to the ProductPhotoes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProductPhotoes(ProductPhoto productPhoto)
 {
     base.AddObject("ProductPhotoes", productPhoto);
 }
 /// <summary>
 /// Create a new ProductPhoto object.
 /// </summary>
 /// <param name="productPhotoID">Initial value of the ProductPhotoID property.</param>
 /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param>
 public static ProductPhoto CreateProductPhoto(global::System.Int32 productPhotoID, global::System.DateTime modifiedDate)
 {
     ProductPhoto productPhoto = new ProductPhoto();
     productPhoto.ProductPhotoID = productPhotoID;
     productPhoto.ModifiedDate = modifiedDate;
     return productPhoto;
 }