public void Excluir(int cod) { DALFornecedor DALObj = new DALFornecedor(conexao); DALObj.Excuir(cod); }