/**
  * 이미지 SN 생성
  *
  * @return int
  * @throws Exception
  * @see TABLE NAME : TN_IMAGE
  */
 public int imageSnGeneration() throws Exception {
   return imageManageDAO.imageSnGeneration();
 }