private void BatterySwitchCloseOffButtonCommand()
 {
     _ = new BatterySwitchCloseButtonCommand(Viewer.Log, false);
 }
 private void BatterySwitchCloseOnButtonCommand()
 {
     _ = new BatterySwitchCloseButtonCommand(Viewer.Log, true);
     _ = new BatterySwitchCommand(Viewer.Log, !electricLocomotive.LocomotivePowerSupply.BatterySwitch.CommandSwitch);
 }