override protected void OnInitComplete()
 {
     // start the inventory view component
     inventoryComponent.Init(inventoryVM);
 }