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