var job = db.Jobs .Where(x => x.JobID == id) .Include(x => x.Quotes) .ThenInclude(x => x.QuoteItems) .SingleOrDefault();