void SendFeedback(Object sender, EventArgs e)
 {
     // if (MessageBox.Show("Send feedback?", AppResources.QuestionsOrComments, MessageBoxButton.OKCancel) == MessageBoxResult.OK)
     ErrorReporting.SendFeedback();
 }