If my model have
[DisplayName(\"First Name\")] public string firstName { get; set; }
Then I can print it in the View with LabelFor
@Html.DisplayNameFor(x => x.acc_first)