public int insertCatalogue(CatalogueDTO catalogue)
 {
     CatalogueDAO dao = new CatalogueDAO();
     return dao.insertCatalogue(catalogue);
 }