public void Update(GameTime gameTime) { if (PreviewedGrid != null) { PreviewedGrid.Update(gameTime); } PreviewLabel.Update(gameTime); LoadButton.Update(gameTime); DeleteButton.Update(gameTime); }