/// <summary>
 /// Deprecated Method for adding a new object to the bvc_User EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_User(bvc_User bvc_User)
 {
     base.AddObject("bvc_User", bvc_User);
 }
 /// <summary>
 /// Create a new bvc_User object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="userName">Initial value of the UserName property.</param>
 /// <param name="password">Initial value of the Password property.</param>
 /// <param name="firstName">Initial value of the FirstName property.</param>
 /// <param name="lastName">Initial value of the LastName property.</param>
 /// <param name="salt">Initial value of the Salt property.</param>
 /// <param name="taxExempt">Initial value of the TaxExempt property.</param>
 /// <param name="email">Initial value of the Email property.</param>
 /// <param name="creationDate">Initial value of the CreationDate property.</param>
 /// <param name="lastLoginDate">Initial value of the LastLoginDate property.</param>
 /// <param name="passwordHint">Initial value of the PasswordHint property.</param>
 /// <param name="comment">Initial value of the Comment property.</param>
 /// <param name="pricingLevel">Initial value of the PricingLevel property.</param>
 public static bvc_User Createbvc_User(global::System.Int32 id, global::System.String userName, global::System.String password, global::System.String firstName, global::System.String lastName, global::System.String salt, global::System.Int32 taxExempt, global::System.String email, global::System.DateTime creationDate, global::System.DateTime lastLoginDate, global::System.String passwordHint, global::System.String comment, global::System.Int32 pricingLevel)
 {
     bvc_User bvc_User = new bvc_User();
     bvc_User.ID = id;
     bvc_User.UserName = userName;
     bvc_User.Password = password;
     bvc_User.FirstName = firstName;
     bvc_User.LastName = lastName;
     bvc_User.Salt = salt;
     bvc_User.TaxExempt = taxExempt;
     bvc_User.Email = email;
     bvc_User.CreationDate = creationDate;
     bvc_User.LastLoginDate = lastLoginDate;
     bvc_User.PasswordHint = passwordHint;
     bvc_User.Comment = comment;
     bvc_User.PricingLevel = pricingLevel;
     return bvc_User;
 }