public static DataTable getByQuery(int intContractId, string strProductName)
 {
     return(DalInventoryRecord.getByQuery(intContractId, strProductName));
 }