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