public List <Question> All() { return(_repository.All()); }
// GET public async Task <IEnumerable <Question> > Index() { return(await _repo.All()); }