public static void SpawnSapling(Hexagon hex)
 {
     hex.PlantTree(TreeType.Sapling);
 }