public bool UpdateComponentLookup(int clientID, string componentID, string attributeID, string componentLookUp, string displayName)
 {
     Builder.Data.ComponentBuilder cb = new Builder.Data.ComponentBuilder(this.Connection);
     return(cb.UpdateComponentLookUp(componentID, attributeID, componentLookUp, displayName));
 }