private AnswerSheet CreateAnswerSheetInternalFor( string name ) { AnswerSheet a = new AnswerSheet( name, this ); Sheets.Add( a ); return a; }