public List <QuestionWithAnswers> GetAllQuestionWithAnswersByCategoryId(int _categoryId) { return(_efQuestionDal.GetAllQuestionWithAnswersByCategoryId(_categoryId)); }