public void AddTrain() { if (allowAddTrain) { train.SetActive(true); trainManager.StartService(); } }