/// <summary>
 /// Deprecated Method for adding a new object to the Quotes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQuotes(Quote quote)
 {
     base.AddObject("Quotes", quote);
 }
 /// <summary>
 /// Create a new Quote object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static Quote CreateQuote(global::System.Int32 id)
 {
     Quote quote = new Quote();
     quote.ID = id;
     return quote;
 }