public BareUIView(CoreGraphics.CGRect frame) : base(frame)
        {
#if DEBUG
            ActiveViews.Track(this);
#endif
        }
        public BareUIView()
        {
#if DEBUG
            ActiveViews.Track(this);
#endif
        }