public async Task <List <Course> > GetStudentCourses(int Id = 1) { var data = await studentCourseRepository.GetStudentCourses(Id); return(data); }