$product = $objectManager->get('Magento\Catalog\Model\Product');
$category = $objectManager->get('Magento\Catalog\Model\Category');
$customModel = $objectManager->get('Vendor\Module\Model\CustomModel');This will create a new instance of a custom model. The ObjectManagerInterface belongs to the Magento\Framework package.