public void SellPlant()
 {
     manager.AddCoins(plant.sellPrice);
     box.Clear();
     HideOptions();
 }