void _view_UpdateSavedConnections(IList<SavedConnection> connections)
        {
            ProfileHelper ph = new ProfileHelper();
            ph.Replace(connections.ToList());

            View.RefreshView();
        }
        void _view_UpdateSavedConnections(IList <SavedConnection> connections)
        {
            ProfileHelper ph = new ProfileHelper();

            ph.Replace(connections.ToList());

            View.RefreshView();
        }