public ChallengeQuestion readChallengeQuestionById(long challengeQuestionId) {
   return challengeQuestionDao.readChallengeQuestionById(challengeQuestionId);
 }