public bool TryInteract(Item.Item item)
 {
     return(item.TryInteract(this));
 }