public async Task <IEnumerable <Categoria> > GetCategoriasAsync()
 {
     return(await repository.GetCategoriasAsync());
 }