public int AddSection(SectionMaster _master, string Otype)
        {
            DALCommon dal = new DALCommon(ConStr);

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