public bool ViewKO(int KOId, ref DataTable dt)
 {
     QuestAnsDAL KODAL = new QuestAnsDAL();
     if (KODAL.ViewKO(KOId, ref dt))
     {
         return true;
     }
     else
     {
         return false;
     }
 }