public int AddDesignation(DesignationMaster _master, string Otype)
        {
            DALCommon dal = new DALCommon(ConStr);

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