public static void updateRealById(decimal dcmAmountReal, int intId)
 {
     DalInventoryRecord.updateRealById(dcmAmountReal, intId);
 }