public MainWindow()
 {
     InitializeComponent();
     this.DataContext = Club.GetClubs();
 }