Burn
Minted NFTs can be burned by the owner using burn function of both PNDC_ERC1155 and TokenERC1155 contract.
    burn(
        uint256 _id, 
        uint256 _amount
        ) 
- _id: ID of Token
 - _amount: Amount of Token to burn
 
Minted NFTs can be burned by the owner using burn function of both PNDC_ERC1155 and TokenERC1155 contract.
    burn(
        uint256 _id, 
        uint256 _amount
        )