main
1<UserControl x:Class="presentation.windows.views.AccountTab"
2    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
4    <StackPanel>
5        <Label>Accounts</Label>
6        <Button Command="{Binding import}">Import Transactions</Button>
7    </StackPanel>
8</UserControl>