public long GetDeleteSectorMasterById(SectorMaster secm)
 {
     try
     {
         return(mbc.GetDeleteSectorrowById(secm));
     }
     catch (Exception ex)
     {
         throw ex;
     }
     finally { }
 }