//---------------------------------------------------------------------

        public RemoveTrees(ICohortHarvest       cohortHarvest,
                           Planting.SpeciesList speciesToPlant)
        {
            this.cohortHarvest = cohortHarvest;
            this.speciesToPlant = speciesToPlant;
        }
        //---------------------------------------------------------------------

        public RemoveTrees(ICohortHarvest cohortHarvest)
        {
            this.cohortHarvest = cohortHarvest;
        }