public void ExcluirFor(ModFornecedor mod) { mod.Id = Convert.ToInt32(mod.Id); forn.Deletar(mod.Id); }