public PaymentRepository(IDBClient dbClient)
 {
     _payments = dbClient.GetPaymentsCollection();
 }