public int AddContacttitle(ContactTitleMaster _master, string Otype)
        {
            DALCommon dal = new DALCommon(ConStr);

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