public static void updateFillById(decimal dcmAmountFill, int intId)
 {
     DalInventoryRecord.updateFillById(dcmAmountFill, intId);
 }