public ActionResult <int> TotalPago(string tipoPago) { var total = _pagoService.Total(tipoPago); return(total); }