public Range()
 {
     this.maxEnergyOutputField     = new MaxEnergyOutputDimension();
     this.drawerTypeField          = new List <string>();
     this.airflowDisplacementField = new AirflowDisplacementDimension();
 }
 public CookingOven()
 {
     this.maxEnergyOutputField = new MaxEnergyOutputDimension();
     this.drawerTypeField      = new List <string>();
 }