private bool QuestionExists(int id)
 {
     return(_IQuestion.Any(id).Result);
 }