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