public void Active(Guid id) { try { _iEmployeeService.Active(id); base.Commit(); } catch (Exception) { throw; } }