public async Task UpdateCategoriaAsync(Categoria categ)
 {
     await repository.UpdateCategoriaAsync(categ);
 }