private void DisplayToMessageBox(OutputData result)
 {
     MessageBox.Show(result.ToString());
 }