private void FetchButton_Click(object sender, RoutedEventArgs e)
 {
     viewModel.RefreshPeople();
     ShowRepositoryType();
 }