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