public int AddMoney(BEL obj_data) { try { return(ob_wal.AddWalletMoney(obj_data)); } catch (Exception ex) { throw new Exception(ex.Message); } finally { ob_wal = null; } }