public override IGridItem this[int index]
 {
     get
     {
         return(GridItem.FromNativeItem(_base.SelectedItems[index]));
     }
     set
     {
         throw new NotSupportedException();
     }
 }