public void Merge(TrainSet otherSet) { Situation.AddRange(otherSet.Situation); Decision.AddRange(otherSet.Decision); }