public void Delete(int index)
 {
     Underlying.Delete(index);
 }