public void onPaymentsFound(List<SyncPayment> payments) {
   view.displayPayments(payments);
 }