public ActionResult <CompraResponse> All(uint pagina, uint cantidad) { var response = _service.All(pagina, cantidad); return(response); }