internal async void DeactivatePerson(int id) { await _peopleService.DeactivatePerson(id); LoadData(); }