public IEnumerable <Question> GetQuestionsByCategory(int id) { return(QuestionRepo.GetQuestionsByCategoryId(id)); }