public int searchProCNum(int productID)
 {
     return(db.searchProCNum(productID));
 }