public bool CheckIfSubjectExists(int id) { subjectService = new SubjectService(); return(subjectService.CheckIfSubjectExists(id)); }