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