public TwitterSuggestTextBox() { this.InitializeComponent(); model = new SuggestModel(); this.DataContext = model; }