private bool IsExists() { TypeAttribute typeAttribute = new TypeAttribute(this.resourceTypeId); return(typeAttribute.IsExists(this.txtAttributeName.Text.Trim(), this.attributeId)); }