public void Dispose()
 {
     cursor = null;
 }
 public CursorEnumerator(NativeCursor cursor)
 {
     this.cursor = cursor;
 }