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