I\'m working in a project with a View with a complex model (for simplicity I give this example):
public class Person { public string Name { get; set; } pu