/// <summary>
 /// Create a new bvc_User object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="email">Initial value of the Email property.</param>
 /// <param name="firstName">Initial value of the FirstName property.</param>
 /// <param name="lastName">Initial value of the LastName property.</param>
 /// <param name="password">Initial value of the Password property.</param>
 /// <param name="salt">Initial value of the Salt property.</param>
 /// <param name="taxExempt">Initial value of the TaxExempt property.</param>
 /// <param name="creationDate">Initial value of the CreationDate property.</param>
 /// <param name="lastLoginDate">Initial value of the LastLoginDate property.</param>
 /// <param name="comment">Initial value of the Comment property.</param>
 /// <param name="addressBook">Initial value of the AddressBook property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="locked">Initial value of the Locked property.</param>
 /// <param name="lockedUntil">Initial value of the LockedUntil property.</param>
 /// <param name="failedLoginCount">Initial value of the FailedLoginCount property.</param>
 /// <param name="phones">Initial value of the Phones property.</param>
 /// <param name="pricingGroup">Initial value of the PricingGroup property.</param>
 /// <param name="customQuestionAnswers">Initial value of the CustomQuestionAnswers property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 /// <param name="shippingAddress">Initial value of the ShippingAddress property.</param>
 /// <param name="billingAddress">Initial value of the BillingAddress property.</param>
 public static bvc_User Createbvc_User(global::System.String bvin, global::System.String email, global::System.String firstName, global::System.String lastName, global::System.String password, global::System.String salt, global::System.Int32 taxExempt, global::System.DateTime creationDate, global::System.DateTime lastLoginDate, global::System.String comment, global::System.String addressBook, global::System.DateTime lastUpdated, global::System.Int32 locked, global::System.DateTime lockedUntil, global::System.Int32 failedLoginCount, global::System.String phones, global::System.String pricingGroup, global::System.String customQuestionAnswers, global::System.Int64 storeId, global::System.String shippingAddress, global::System.String billingAddress)
 {
     bvc_User bvc_User = new bvc_User();
     bvc_User.bvin = bvin;
     bvc_User.Email = email;
     bvc_User.FirstName = firstName;
     bvc_User.LastName = lastName;
     bvc_User.Password = password;
     bvc_User.Salt = salt;
     bvc_User.TaxExempt = taxExempt;
     bvc_User.CreationDate = creationDate;
     bvc_User.LastLoginDate = lastLoginDate;
     bvc_User.Comment = comment;
     bvc_User.AddressBook = addressBook;
     bvc_User.LastUpdated = lastUpdated;
     bvc_User.Locked = locked;
     bvc_User.LockedUntil = lockedUntil;
     bvc_User.FailedLoginCount = failedLoginCount;
     bvc_User.Phones = phones;
     bvc_User.PricingGroup = pricingGroup;
     bvc_User.CustomQuestionAnswers = customQuestionAnswers;
     bvc_User.StoreId = storeId;
     bvc_User.ShippingAddress = shippingAddress;
     bvc_User.BillingAddress = billingAddress;
     return bvc_User;
 }
 /// <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);
 }