public List<PalletTransferView> getPalletByStockID(int stockId) {
   return palletDAO.findByStockInOutId(stockId);
 }