// lấy danh sách sản phẩm theo tên
 public DataTable GetProductfromName(string proName)
 {
     return(billDal.GetProductfromName(proName));
 }