public IEnumerable <Lista> GetAll() => _listaRepository.GetAll();
public async Task <IEnumerable <Lista> > CarregarTodos() { return(await _listaRepository.GetAll()); }