public JsonResult UseOrUnuseSelectedStudy(Study study)
 {
     study.AddNewStudyResult = bll.BllUseOrUnuseSelectedStudy(study.SelectedValue, study.Used);
     return(Json(study, JsonRequestBehavior.AllowGet));
 }