public bool CheckIfStudentExistsById(int id) { studentService = new StudentService(); return(studentService.CheckIfStudentExistsById(id)); }