/// <summary>
 /// Create a new bvc_Country object.
 /// </summary>
 /// <param name="code">Initial value of the Code property.</param>
 /// <param name="displayName">Initial value of the DisplayName property.</param>
 /// <param name="active">Initial value of the Active property.</param>
 /// <param name="uPSCode">Initial value of the UPSCode property.</param>
 public static bvc_Country Createbvc_Country(global::System.String code, global::System.String displayName, global::System.Int32 active, global::System.String uPSCode)
 {
     bvc_Country bvc_Country = new bvc_Country();
     bvc_Country.Code = code;
     bvc_Country.DisplayName = displayName;
     bvc_Country.Active = active;
     bvc_Country.UPSCode = uPSCode;
     return bvc_Country;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_Country EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_Country(bvc_Country bvc_Country)
 {
     base.AddObject("bvc_Country", bvc_Country);
 }