public GenericRepository(PaymentGatewayDataContext context)
 {
     Context = context;
 }
 public PaymentRepository(PaymentGatewayDataContext context) : base(context)
 {
 }