public void Draw(SpriteBatch spriteBatch) { spriteBatch.Begin(); _levelMenu.Draw(spriteBatch); spriteBatch.End(); }