/// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductFileXProduct EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductFileXProduct(bvc_ProductFileXProduct bvc_ProductFileXProduct)
 {
     base.AddObject("bvc_ProductFileXProduct", bvc_ProductFileXProduct);
 }
 /// <summary>
 /// Create a new bvc_ProductFileXProduct object.
 /// </summary>
 /// <param name="productFileId">Initial value of the ProductFileId property.</param>
 /// <param name="productId">Initial value of the ProductId property.</param>
 /// <param name="availableMinutes">Initial value of the AvailableMinutes property.</param>
 /// <param name="maxDownloads">Initial value of the MaxDownloads property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_ProductFileXProduct Createbvc_ProductFileXProduct(global::System.String productFileId, global::System.String productId, global::System.Int32 availableMinutes, global::System.Int32 maxDownloads, global::System.DateTime lastUpdated)
 {
     bvc_ProductFileXProduct bvc_ProductFileXProduct = new bvc_ProductFileXProduct();
     bvc_ProductFileXProduct.ProductFileId = productFileId;
     bvc_ProductFileXProduct.ProductId = productId;
     bvc_ProductFileXProduct.AvailableMinutes = availableMinutes;
     bvc_ProductFileXProduct.MaxDownloads = maxDownloads;
     bvc_ProductFileXProduct.LastUpdated = lastUpdated;
     return bvc_ProductFileXProduct;
 }