public void Draw(GameTime gameTime, SpriteBatch spriteBatch) { spriteBatch.Begin(); _scoreView.Draw(gameTime, spriteBatch); _statsView.Draw(gameTime, spriteBatch); spriteBatch.End(); }