public long GetDeleteUNSectorMapppingMasterById(UNSectorConMapping unsm)
        {
            try
            {
                if (unsm.Id > 0)
                {
                    mbc.GetDeleteUNSectorMapppingrowById(unsm);
                    return(unsm.Id);
                }

                return(0);
            }
            catch (Exception ex)
            {
                throw ex;
            }
            finally { }
        }