public abstract SCustomer GetCustomer(int id);
public SCustomer GetCustomer(int id) { return(df.GetCustomer(id)); }