public GridSelectionPreserver(IViewWithGrid view)
 {
     _view         = view;
     _selectedrows = _view.GetSelectedRowsIndex();
 }
 public GridSelectionPreserver(IViewWithGrid view)
 {
     _view = view;
     _selectedrows = _view.GetSelectedRowsIndex();
 }