public void Interact()
 {
     item.OnPickUp();
     playerItems.PickUpItem(item);
     Destroy(gameObject);
 }