Buy
NFTs can be bought using buyNFT function of NFTFactoryContract contract.
    BuyNFT(
        uint256 _saleId
    )
- _saleId: Id of the item on sale
 
NFTs can be bought using buyNFT function of NFTFactoryContract contract.
    BuyNFT(
        uint256 _saleId
    )