public async Task <Categoria> GetCategoriaAsync(int id) { return(await repository.GetCategoriaAsync(id)); }