public async Task DelCategoriaAsync(int id)
 {
     await repository.DelCategoriaAsync(id);
 }