public PaymentRequestsRepository() { db = new PaymentsContext(); }
public CardPaymentRepository() { db = new PaymentsContext(); }