if (!db.FieldValues.Any(x =>
                                    x.FieldId == dbField.Id
                                    && x.CaseId == theCase.Id
                                    && x.WorkflowState != Constants.Constants.WorkflowStates.Removed))
                            {