public DecreaseVolumeCommand(SimpleSoundBar simpleSoundBar)
 {
     _simpleSoundBar = simpleSoundBar;
 }
 public MuteCommand(SimpleSoundBar simpleSoundBar)
 {
     _simpleSoundBar = simpleSoundBar;
 }
 public PowerCommand(SimpleSoundBar simpleSoundBar)
 {
     _simpleSoundBar = simpleSoundBar;
 }