public static decimal[] getPriceTotalInventory(int intContractId)
 {
     return(DalInventoryRecord.getPriceTotalInventory(intContractId));
 }