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