public int Addquestionans(DataTable dtquestionans, Quizeexammaster _quizrec, string optype)
        {
            DALCommon dal = new DALCommon(ConStr);

            return(dal.Addquestionans(dtquestionans, _quizrec, optype));
        }