public ShellDialogRequestMessage(BudgetAnalyserFeature location, object content, ShellDialogType type)
 {
     Location   = location;
     Content    = content;
     DialogType = type;
 }
 public ShellDialogRequestMessage(BudgetAnalyserFeature location, object content, ShellDialogType type)
 {
     Location = location;
     Content = content;
     DialogType = type;
 }