private void RemovePassengersButton_Click(object sender, EventArgs e)
 {
     _currentTrainController.removePassengers();
 }