public String getCategoryName(int id)
 {
     return(supplyDao.queryCategoryNameById(id));
 }