public long GetDeleteItemMasterById(ItemMaster itm)
 {
     try
     {
         return(mbc.GetDeleteItemrowById(itm));
     }
     catch (Exception ex)
     {
         throw ex;
     }
     finally { }
 }