public void DeleteKorisnikTest()
        {
            KorisnikRepository repo = new KorisnikRepository();
            int id = repo.DeleteKorisnik(3);

            Assert.IsNotNull(repo);
        }