private void Club_OnClick(object sender, RoutedEventArgs e) { Clubs clubs = new Clubs(); clubs.ShowDialog(); }