public void Inserir(ModeloCompra modelo) { ValidaCampos(modelo); DALCompra DALObj = new DALCompra(conexao); DALObj.Inserir(modelo); }