public static DAL_XML GetInstance() { if (instance == null) { instance = new DAL_XML(); } return(instance); }
public static IDAL getDAL() { if (instance == null) { instance = new DAL_XML(); } return(instance); }