public int Insert(Ve lb, int amount, string idTran) { ChiTietGiaoDich ct = new ChiTietGiaoDich(); return(veDAO.Insert(lb, amount, idTran)); }