/// <summary>
 /// Create a new bvc_MerchantFeeds object.
 /// </summary>
 /// <param name="feedName">Initial value of the FeedName property.</param>
 public static bvc_MerchantFeeds Createbvc_MerchantFeeds(global::System.String feedName)
 {
     bvc_MerchantFeeds bvc_MerchantFeeds = new bvc_MerchantFeeds();
     bvc_MerchantFeeds.FeedName = feedName;
     return bvc_MerchantFeeds;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_MerchantFeeds EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_MerchantFeeds(bvc_MerchantFeeds bvc_MerchantFeeds)
 {
     base.AddObject("bvc_MerchantFeeds", bvc_MerchantFeeds);
 }