public static ArrayList GetAllAwaitingConfirmation(string username) { UserDAO userDAO = new UserDAO(); return userDAO.GetAwaitingConfirmation(username); }