public abstract bool RefundPayment(int paymentid);
public bool RefundPayment(int paymentid) { return(df.RefundPayment(paymentid)); }