public void Draw(SpriteBatch spriteBatch)
 {
     drawManager.Draw(spriteBatch, currentBoard);
     scoreManager.Draw(spriteBatch, currentBoard);
 }