public bool ToggleState(string id, bool disable) { return(_ISysUserServices.ToggleState(id, disable)); }