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