private void ClearRecentConnections()
 {
     if (MessageService.ShowYesNoQuestion(ShellService.ShellView, "Clearing the recent connections history.\nAre you sure?"))
     {
         UserSettings.ClearRecentConnections();
     }
 }