public PaymentLists GetPaymentLists(PaymentListsInputModel model) { PaymentLists response; response = claimRepository.GetPaymentLists(model); return(response); }