public bool insertQuestion(QuestionEntity question) { QuestionDAL questionDAL = new QuestionDAL(); return(questionDAL.insertQuestion(question)); }