public int AddSubject(SubjectMaster _master, string Otype)
        {
            DALCommon dal = new DALCommon(ConStr);

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