public bool FollowAction()
        {
            var getitems = _PictureInfoService.FollowAction(User.FindFirst(ClaimTypes.NameIdentifier).Value, thisWorkInfo.work_id);

            return(getitems);
        }
        public Task <bool> FollowAction()
        {
            var getitems = _PictureInfoService.FollowAction(User.FindFirst(ClaimTypes.NameIdentifier).Value, getwork_ID);

            return(getitems);
        }