I like to put a Border in a Grid using Xaml. I found these code
`<Border BorderBrush="Black" BorderThickness="2">
<Grid>
<!-- Grid contents here -->
</Grid>
</Border>`
But it doesn´t work. I'm a novice yet in this, I want to do a Table with some information.