private void InfoBt_Click(object sender, RoutedEventArgs e) { CarInfo ci = new CarInfo(CarNumber.Text); ci.Show(); }