foreach ($statusCollection as $statusModel)
{
if ($statusModel->getId() == substr($status, strpos($status, '_') + 1))
{
// this is it!
$this->_frameworkRegistry = $om->get('MagentoFrameworkRegistry');
}
}