public bool AddCustomer(KhachHang customer) { try { dal.AddCustomer(customer); return(true); } catch (Exception e) { return(false); throw e; } }