public async Task <IEnumerable <E_Categoria> > DevolverTodos() { return(await categoriaRepository.DevolverTodos()); }