/// <summary>
 /// Create a new bvc_OrderNote object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="orderID">Initial value of the OrderID property.</param>
 /// <param name="auditDate">Initial value of the AuditDate property.</param>
 /// <param name="note">Initial value of the Note property.</param>
 public static bvc_OrderNote Createbvc_OrderNote(global::System.Int32 id, global::System.Int32 orderID, global::System.DateTime auditDate, global::System.String note)
 {
     bvc_OrderNote bvc_OrderNote = new bvc_OrderNote();
     bvc_OrderNote.ID = id;
     bvc_OrderNote.OrderID = orderID;
     bvc_OrderNote.AuditDate = auditDate;
     bvc_OrderNote.Note = note;
     return bvc_OrderNote;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_OrderNote EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_OrderNote(bvc_OrderNote bvc_OrderNote)
 {
     base.AddObject("bvc_OrderNote", bvc_OrderNote);
 }