void IDialogController.DisplayResult(string result)
 {
     dialogView.DisplayInfo(null, result);
 }