public List <QuestionEntity> GetQuestions() { LookupDAL lookupDAL = new LookupDAL(); return(lookupDAL.GetQuestions()); }