private async void mainWindow_page_CV(object sender, System.EventArgs e)
        {
            WindowFoUrl windowURL = new WindowFoUrl();

            windowURL.Url += new EventDelegate(set_URL);
            windowURL.Show();
        }