public async Task <ActionResult <DataCollection <PagoDto> > > GetAll(int page, int take) { return(await _PagoService.GetAll(page, take)); }