Sage.Entity.Interfaces.IMyEntity myentity = this.BindingSource.Current as Sage.Entity.Interfaces.IMyEntity;myentity.Account = (Sage.Entity.Interfaces.IContact)lookupContact.LookupResultValue;