public static void ProizovdjacInsert(Proizvodjac p) { Connection.dm.InsertProizvodjac(p.NazivProizvodjaca, p.Adresa, p.Telefon, p.Email); }