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