static void Main(string[] args) { Forest forest = new Forest(); forest.PlantTree(new Tuple <int, int>(2, 3), 10, 10); }