public static ViewAllVehicleHasGood CreateViewAllVehicleHasGood(long vehicleID, long declarationID, string branchId)
 {
     ViewAllVehicleHasGood viewAllVehicleHasGood = new ViewAllVehicleHasGood();
     viewAllVehicleHasGood.VehicleID = vehicleID;
     viewAllVehicleHasGood.DeclarationID = declarationID;
     viewAllVehicleHasGood.BranchId = branchId;
     return viewAllVehicleHasGood;
 }
 public void AddToViewAllVehicleHasGoods(ViewAllVehicleHasGood viewAllVehicleHasGood)
 {
     AddObject("ViewAllVehicleHasGoods", viewAllVehicleHasGood);
 }