void ShowInfoBox(string title) { overshadow.Visibility = Visibility.Visible; InfoBox.Show(this, title); overshadow.Visibility = Visibility.Hidden; }