private void removeBtn_Click(object sender, RoutedEventArgs e)
 {
     vm.CallDeleteProduct(prodName.Text);
     Hide();
 }