public ChallengeQuestion readChallengeQuestionById(long challengeQuestionId) {
   return challengeQuestionDao.readChallengeQuestionById(challengeQuestionId);
 }
 public List<ChallengeQuestion> readChallengeQuestions() {
   return challengeQuestionDao.readChallengeQuestions();
 }