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