public override void PressAudioSource(AudioPlayer player)
 {
     player.CurrentState = new MP3PlayingState();
 }
 public override void PressPlay(AudioPlayer player)
 {
     Console.WriteLine("Play button pressed - nothing happened");
 }