public override IEnumerator StartInteraction()
 {
     jukebox.ReplaceSongPartway("DP");
     jukebox.SetVolume(0.6f);
     yield return(null);
 }