public static void PlaySound(AudioSound sound) { if (Sounds.Contains(sound)) { new AudioSound(sound).Play(); } else { sound.Play(); } }