public KhachHang FindCustomer(string customerId) { if (!customerId.Equals("")) { return(dal.FindCustomer(customerId)); } return(null); }