public SqlPaymentRepo(PaymentContext context) { _context = context; }
public PaymentReposotory(PaymentContext context) { Context = context; }