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