private void AddFeromonioCaminhos() { foreach (var item in this.RotasFeitas) { foreach (var rota in item) { Rota.AddFeromonio(rota); } } }