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