public async virtual Task <IList <Course> > GetCoursesAsync() { return(await Courses .AsNoTracking() .ToListAsync()); }