private void btAddNewVeh_Click(object sender, RoutedEventArgs e) { Vozilo vozilo = new Vozilo(); vozilo.Show(); }