public abstract SPayment GetPayment(int id);
public SPayment GetPayment(int id) { return(df.GetPayment(id)); }