/// <summary>
 /// Create a new bvc_MerchantFeedProducts object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="froogleFeed">Initial value of the FroogleFeed property.</param>
 public static bvc_MerchantFeedProducts Createbvc_MerchantFeedProducts(global::System.String id, global::System.Int32 froogleFeed)
 {
     bvc_MerchantFeedProducts bvc_MerchantFeedProducts = new bvc_MerchantFeedProducts();
     bvc_MerchantFeedProducts.ID = id;
     bvc_MerchantFeedProducts.FroogleFeed = froogleFeed;
     return bvc_MerchantFeedProducts;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_MerchantFeedProducts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_MerchantFeedProducts(bvc_MerchantFeedProducts bvc_MerchantFeedProducts)
 {
     base.AddObject("bvc_MerchantFeedProducts", bvc_MerchantFeedProducts);
 }