private void ClearButton_Click(object sender, RoutedEventArgs e)
 {
     viewModel.ClearPeople();
     ClearRepositoryType();
 }