public async Task <IActionResult> GetAll() { var payments = await _paymentsRepository.GetAll(); return(new OkObjectResult(payments)); }