private void _btnDoorOpen_Click(object sender, EventArgs e)
 {
     _currentTrainController.doorOpen();
 }