internal void EnableDisable(Guid id, string status) { _userBusinessLogic.EnableDisable(id, status); }