public string get(SoundE sound)
 {
     return sounds[sound];
 }
 public Cue playCue(SoundE sound)
 {
     return soundBank.GetCue(get(sound));
 }