public MainPage() { this.InitializeComponent(); vm = (QuoteOfTheDayVM)DataContext; vm.QuoteCompleted += Quote_Completed; }