public void UpdateUser(User user) { try { IDalService.UpdateUser(user); } catch (Exception ex) { throw ex; } }