public static Info getInstance() { if(mainInstance==null) { mainInstance=new Info(); return mainInstance; } else return mainInstance; }