public int AddSubjectchapter(SubjectchapterMaster _master, string Otype)
        {
            DALCommon dal = new DALCommon(ConStr);

            return(dal.AddSubjectchapter(_master, Otype));
        }