public async Task <StudentGoal> AddStudentGoal(StudentGoal studentGoal) { return(await _studentRepository.AddStudentGoal(studentGoal)); }