public IActionResult GetStudentEnrollmentById(string id) { return(Ok(_dbService.GetStudentEnrollmentByIndexNumber(id))); }