private void TvButton_Click(object sender, RoutedEventArgs e)
        {
            TvControls x = new TvControls();

            x.Show();
        }