private void btnEditAd_Click(object sender, RoutedEventArgs e) { var editAd = new EditAd(); editAd.ShowDialog(); }