// GET: api/Questions
 public IEnumerable <Question> GetQuestions()
 {
     return(qs.GetAllQuestions());
 }