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