Thanks
Public NotInheritable Class MyBOContainer
Public MyGlobalBusinessObject As New MyBOType()
End Class
You can then access it anywhere with this:
MyBOContainer.MyGlobalBusinessObject