public ContentInformation()
 {
     this.PreheatBoxOrigo = new PreheatBox();
 }
 public ContentInformation(ContentInformation info)
 {
     this.MaxCurrentInPackage = info.MaxCurrentInPackage;
     this.PreheatBoxOrigo     = new PreheatBox(info.PreheatBoxOrigo);
 }