void HandleOnSwipeRight(object sender, EventArgs e)
        {
            CustomImage _gi = (CustomImage)this.Element;

            _gi.OnSwipeRight();
        }