public int insertCopy(CopyDTO copy) { return 1; }
public int updateCopy(CopyDTO copy) { return 1; }
public int deleteCopy(CopyDTO copy) { return 1; }