private void DeletePerson(int personId)
 {
     StructureService.DeletePerson(personId);
 }