private void DodajWypozyczeniClick(object sender, RoutedEventArgs e) { temp.IDPrac = MainWindow.AppWindow.pracownik.PESEL; WypozyczeniaService service = new WypozyczeniaService(); service.AddEntity(temp); WypozyczeniaSzukaj.UC.UpdateUI(); }