// GET: api/Questions/5
 public Question Get(string id)
 {
     return(qs.GetQuestion(id));
 }