public SoundOptionsScreen(Game i_Game)
     : base(i_Game, "Sound Options")
 {
     m_SpaceInvadersSoundsManager = SpaceInvadersServices.GetSoundManager(this.Game);
 }
 public SoundOptionsScreen(Game i_Game)
     : base(i_Game, "Sound Options")
 {
     m_SpaceInvadersSoundsManager = SpaceInvadersServices.GetSoundManager(this.Game);
 }