public JsonResult GetWidget()
        {
            var model = _instructorService.Widget(CurrentUserHelper.Get.UserId);

            return(Json(model));
        }