public void Fly(string pilot)
 {
     Robot.ReactAgainstHuman(pilot);
 }