public async Task <ActionResult> Remove(int id) { await _PagoService.Remove(id); return(NoContent()); }