public void Update(GameTime gameTime)
 {
     currentScreen.Update(gameTime);
 }