public async Task <IEnumerable <Item> > GetAll() { try { return(await _repositorio.CarregarTodos()); } catch { return(new List <Item>()); } }