if we are playing a horror game sound should make us feel fear,
if we are playing a action game, we must get exited by music of the game.
protected override void LoadContent()
{
sound = game.Content.Load
MediaPlayer.IsRepeating = true;(repeating sound)
MediaPlayer.Play(muzik);(finally playing)
}