public IActionResult GetAll(int id) { ISet <Exam> exams = _examManager.GetAllExamsForUserId(id); return(Json(exams)); }