void AddHudBox(HudBox b)
 {
     HudBoxes.AddLast(b);
     b.Create(ParentShip);
 }