public void CashInTreasure(Treasure t)
 {
     currentTreasure.Remove(t);
     t.CashIn();
 }