/// <summary>
 /// Create a new bvc_Region object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="abbreviation">Initial value of the Abbreviation property.</param>
 /// <param name="countryID">Initial value of the CountryID property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_Region Createbvc_Region(global::System.String bvin, global::System.String name, global::System.String abbreviation, global::System.String countryID, global::System.DateTime lastUpdated)
 {
     bvc_Region bvc_Region = new bvc_Region();
     bvc_Region.bvin = bvin;
     bvc_Region.Name = name;
     bvc_Region.Abbreviation = abbreviation;
     bvc_Region.CountryID = countryID;
     bvc_Region.LastUpdated = lastUpdated;
     return bvc_Region;
 }
 /// <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);
 }