public QuestionnaireTO(Questionnaire mdo) { this.name = mdo.Name; this.user = mdo.User; this.title = mdo.Title; this.description = mdo.Description; this.sections = new QuestionnaireSectionArray(mdo.Sections); }