public ChoiceEntities GetAnswerByID(int ID) { QuestionDAL topicDAL = new QuestionDAL(); return(topicDAL.GetAnswerByID(ID)); }