private async void Button_Click(object sender, RoutedEventArgs e)
 {
     await _addAmiViewModel.Add();
 }