public int UpdateTest(OutSourcing outSourcing, BusinessAccept businessAccept)
{
IDataAccess dac = DataAccess.Create();
DAHelper myHelper = new DAHelper(dac);
using (TransactionScope ts = new TransactionScope())
{
myHelper.Update(outSourcing);
myHelper.Update(businessAccept);