private void _btnDoorClose_Click(object sender, EventArgs e)
 {
     _currentTrainController.doorClose();
 }