public void DisplayPanel() { if (TryLoadingPagesToPanel()) { TitleLabel.Invoke(new Action(() => TitleLabel.Text = "choose the " + InfoName + " you want to watch")); } else { TitleLabel.Invoke(new Action(() => TitleLabel.Text = "looks like you didn't like any" + InfoName)); } }