/// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductImage EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductImage(bvc_ProductImage bvc_ProductImage)
 {
     base.AddObject("bvc_ProductImage", bvc_ProductImage);
 }
 /// <summary>
 /// Create a new bvc_ProductImage object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="productID">Initial value of the ProductID property.</param>
 /// <param name="fileName">Initial value of the FileName property.</param>
 /// <param name="caption">Initial value of the Caption property.</param>
 /// <param name="alternateText">Initial value of the AlternateText property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 public static bvc_ProductImage Createbvc_ProductImage(global::System.String bvin, global::System.String productID, global::System.String fileName, global::System.String caption, global::System.String alternateText, global::System.Int32 sortOrder, global::System.DateTime lastUpdated, global::System.Int64 storeId)
 {
     bvc_ProductImage bvc_ProductImage = new bvc_ProductImage();
     bvc_ProductImage.bvin = bvin;
     bvc_ProductImage.ProductID = productID;
     bvc_ProductImage.FileName = fileName;
     bvc_ProductImage.Caption = caption;
     bvc_ProductImage.AlternateText = alternateText;
     bvc_ProductImage.SortOrder = sortOrder;
     bvc_ProductImage.LastUpdated = lastUpdated;
     bvc_ProductImage.StoreId = storeId;
     return bvc_ProductImage;
 }