public static MenuDAL getInstance() { if (instance == null) { instance = new MenuDAL(); } return instance; }
public static MenuDAL getInstance() { if (instance == null) { instance = new MenuDAL(); } return(instance); }