public int AddQuizeexam(Quizeexammaster _master, string Otype) { DALCommon dal = new DALCommon(ConStr); return(dal.AddQuizeexam(_master, Otype)); }