private void Start()
 {
     inventoryPane = GameObject.Find("CharacterInventory").GetComponent <CharacterInventoryPane>();
 }