private void AddAction(ShipAction a)
 {
     if (ActionList.Count < 1000)
     {
         ActionList.Add(a);
     }
 }
 private void AddEvent(ShipAction a)
 {
     if (EventList.Count < 10)
     {
         EventList.Add(a);
     }
 }
 private void AddEvent(ShipAction a)
 {
     if (EventList.Count < 10)
         EventList.Add(a);
 }
 private void AddAction(ShipAction a)
 {
     if (ActionList.Count < 1000)
         ActionList.Add(a);
 }