public int AddBellSystem(BellSystemMaster _master, string Otype)
        {
            DALCommon dal = new DALCommon(ConStr);

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