public QuestionEntities GetQuestionByID(int ID) { QuestionDAL topicDAL = new QuestionDAL(); return(topicDAL.GetQuestionByID(ID)); }