private void btnAddItemMySql_Click(object sender, RoutedEventArgs e)
 {
     _viewModel.InsertItem_MYSQL(user);
     _mainWindow.ResetContent();
 }