public async Task AgregarAsync(Persona item) { await _ctx.AddAsync(item); await _ctx.SaveChangesAsync(); }