public object this[int index]
 {
     get
     {
         return(XForm.Transform(Wrapped[index]));
     }
     set
     {
         ThrowReadOnly();
     }
 }