List<Tagging> taggingMatches = await db.Taggings.Where(x =>
                        x.CheckListId == checkList.Id
                        && x.WorkflowState != Constants.Constants.WorkflowStates.Removed).ToListAsync();