/// <summary>
 /// Create a new vw_Quotes object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="customerFirstName">Initial value of the CustomerFirstName property.</param>
 /// <param name="customerLastName">Initial value of the CustomerLastName property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="dateCreated">Initial value of the DateCreated property.</param>
 /// <param name="incomplete">Initial value of the Incomplete property.</param>
 public static vw_Quotes Createvw_Quotes(global::System.Int32 id, global::System.String customerFirstName, global::System.String customerLastName, global::System.Guid userId, global::System.DateTime dateCreated, global::System.Boolean incomplete)
 {
     vw_Quotes vw_Quotes = new vw_Quotes();
     vw_Quotes.ID = id;
     vw_Quotes.CustomerFirstName = customerFirstName;
     vw_Quotes.CustomerLastName = customerLastName;
     vw_Quotes.UserId = userId;
     vw_Quotes.DateCreated = dateCreated;
     vw_Quotes.Incomplete = incomplete;
     return vw_Quotes;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_Quotes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_Quotes(vw_Quotes vw_Quotes)
 {
     base.AddObject("vw_Quotes", vw_Quotes);
 }