public void DeleteAllHistory()
 {
     WordHistoryHelper.DeleteAll();
     SearchSuggestionPageViewModel.Current.DeleteAllHistoryItem();
 }