public DVDPlayer(DVDPlayerState state)
 {
     this.state = state;
 }
 public DVDPlayer()
 {
     this.state = new StandbyState();
 }