public void ActivateRoad(Road road)
 {
     TrainingGroupXRoads.Add(new TrainingGroupXRoad(this, road));
 }