public async Task AddUpdateAsync(Modelo modelo) { _modeloService.Add(modelo); await _modeloService.CommitAsync(); }