//Lấy danh sách nhóm sản phẩm
 public DataTable GetAllProduct()
 {
     return(billDal.GetAllProduct());
 }