/// <summary>
        /// Create a new PaymentStatu object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="status">Initial value of the Status property.</param>
        public static PaymentStatu CreatePaymentStatu(global::System.Int32 id, global::System.String status)
        {
            PaymentStatu paymentStatu = new PaymentStatu();

            paymentStatu.Id     = id;
            paymentStatu.Status = status;
            return(paymentStatu);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the PaymentStatus EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPaymentStatus(PaymentStatu paymentStatu)
 {
     base.AddObject("PaymentStatus", paymentStatu);
 }