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