128
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<TextBlock Grid.Column="0" Grid.Row="0" Style="{StaticResource
LabelStyle}">номер</TextBlock>
<TextBlock Grid.Column="1" Grid.Row="0" Text="{Binding Id}"/>
<TextBlock Grid.Column="0" Grid.Row="1" Style="{StaticResource
LabelStyle}">фамилия</TextBlock>
<TextBox Grid.Column="1" Grid.Row="1" Text="{Binding surname}"/>
<TextBlock Grid.Column="0" Grid.Row="2" Style="{StaticResource
LabelStyle}">имя</TextBlock>
<TextBox Grid.Column="1" Grid.Row="2" Text="{Binding
namePatient}"/>
<TextBlock Grid.Column="0" Grid.Row="3" Style="{StaticResource
LabelStyle}">отчество</TextBlock>
<TextBox Grid.Column="1" Grid.Row="3" Text="{Binding patronymic}"/>
<TextBlock Grid.Column="0" Grid.Row="4" Style="{StaticResource
LabelStyle}">возраст</TextBlock>
<TextBox Grid.Column="1" Grid.Row="4" Text="{Binding age}"/>
<TextBlock Grid.Column="0" Grid.Row="5" Style="{StaticResource
LabelStyle}">пасспорт</TextBlock>
<TextBox Grid.Column="1" Grid.Row="5" Text="{Binding passport}"/>
<TextBlock Grid.Column="0" Grid.Row="6" Style="{StaticResource
LabelStyle}">телефон</TextBlock>