public void moveTo(Trajet tr) { }
void ModifTrajet(Trajet tr, int id) { listTrajet.Find(x => x._id == id).moveTo(tr); }