For example:
Public Property MyCustomers As CustomersBO...End Property
This way your control can use the BO that comes from the ApplicationBasePage by simply setting the property when the page is loaded. Then your control will reference the property instead whenever it needs to access the BO inside of the control.