foreach (CheckList subList in await db.CheckLists.AsNoTracking()
                                 .Where(x => x.WorkflowState != Constants.Constants.WorkflowStates.Removed)
                                 .Where(x => x.ParentId == checkList.Id).OrderBy(x => x.DisplayIndex)
                                 .ToListAsync())