public InfoItem(InfoItemAttribute attribute)
 {
     name         = attribute.name;
     category     = attribute.category;
     description  = attribute.description;
     showInEditor = attribute.showInEditor;
     showInFlight = attribute.showInFlight;
 }
 public InfoItem(InfoItemAttribute attribute)
 {
     name = attribute.name;
     category = attribute.category;
     description = attribute.description;
     showInEditor = attribute.showInEditor;
     showInFlight = attribute.showInFlight;
 }