public static KerdesAdatbazis getInstance() { if (uniqueInstance == null) { uniqueInstance = new KerdesAdatbazis(); } return(uniqueInstance); }