public bool AddKO(QuestAnsBE KO) { QuestAnsDAL KODAL = new QuestAnsDAL(); if (KODAL.AddKO(KO)) { return(true); } else { return(false); } }