public bool GetAllPopularWL(ref DataTable dt) //AM???? { QuestAnsDAL QueryDAL = new QuestAnsDAL(); if (QueryDAL.GetAllPopularWL(ref dt)) { return(true); } else { return(false); } }