public void Play(Cd cd) => Player.Play(cd);
public void Play(Cd cd) { RemoveCd(); Cd = cd; PlayStatus = PlayStatus.Playing; }