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