public ValuesFactory(Section section)
 {
     this.section = section;
 }
 public SectionValues(Section section, SectionValuesFactory sectionValuesFactory)
 {
     this.section = section;
     this.sectionValuesFactory = sectionValuesFactory;
 }