// This person has just been clicked on, handle the possible actions and interactions here as they're added.
 private void PersonClicked(BasePerson person)
 {
     person.Clicked();
 }