protected BaseDraggableRecyclerAdapter(BaseAniDroidActivity context, List <T> items) : base(context, items, RecyclerCardType.Custom)
        {
            HasStableIds = true;

            _touchHelper = RecyclerView.AddDragAndDropSupport(false);
        }