public MainPage() { InitializeComponent(); DataContext = this; NWindData.Loaded += new EventHandler(NWindData_Loaded); NWindData.Load(); }