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