/// <summary>
 /// Deprecated Method for adding a new object to the bvc_Referral EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_Referral(bvc_Referral bvc_Referral)
 {
     base.AddObject("bvc_Referral", bvc_Referral);
 }
 /// <summary>
 /// Create a new bvc_Referral object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="affID">Initial value of the AffID property.</param>
 /// <param name="referrerURL">Initial value of the ReferrerURL property.</param>
 /// <param name="timeOfReferral">Initial value of the TimeOfReferral property.</param>
 public static bvc_Referral Createbvc_Referral(global::System.Int32 id, global::System.Int32 affID, global::System.String referrerURL, global::System.DateTime timeOfReferral)
 {
     bvc_Referral bvc_Referral = new bvc_Referral();
     bvc_Referral.ID = id;
     bvc_Referral.AffID = affID;
     bvc_Referral.ReferrerURL = referrerURL;
     bvc_Referral.TimeOfReferral = timeOfReferral;
     return bvc_Referral;
 }