public void Execute()
 {
     theDevice.Off();
 }
 public void Undo()
 {
     theDevice.Off();
 }