public List <Supply> getMySupply(int userId) { List <Supply> list = supplyDao.querySupplyByUserId(userId); return(list); }