/// <summary>
 /// Deprecated Method for adding a new object to the bvc_OrderStatusCode EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_OrderStatusCode(bvc_OrderStatusCode bvc_OrderStatusCode)
 {
     base.AddObject("bvc_OrderStatusCode", bvc_OrderStatusCode);
 }
 /// <summary>
 /// Create a new bvc_OrderStatusCode object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="systemCode">Initial value of the SystemCode property.</param>
 /// <param name="statusName">Initial value of the StatusName property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_OrderStatusCode Createbvc_OrderStatusCode(global::System.String bvin, global::System.Int32 systemCode, global::System.String statusName, global::System.Int32 sortOrder, global::System.DateTime lastUpdated)
 {
     bvc_OrderStatusCode bvc_OrderStatusCode = new bvc_OrderStatusCode();
     bvc_OrderStatusCode.bvin = bvin;
     bvc_OrderStatusCode.SystemCode = systemCode;
     bvc_OrderStatusCode.StatusName = statusName;
     bvc_OrderStatusCode.SortOrder = sortOrder;
     bvc_OrderStatusCode.LastUpdated = lastUpdated;
     return bvc_OrderStatusCode;
 }