public static DataTable getAll(int intContractId)
 {
     return(DalInventoryRecord.getAll(intContractId));
 }