public IEnumerable <QuestionDTO> AllQuestions() { return(mapper.Map <IEnumerable <QuestionDTO> >(p.AllQuestions())); }