<div class="display-label">
            <a>Contact</a>
            @(Model.Store.EmployeeType.Name == "Manager" ? Model.Store.HQ.Manager.DisplayName : Model.Store.Manager.DisplayName )
        </div>
How should null exceptions for each of these Entities be handled in the view? I have a TON of these kind of - is there an elegant way to check for nulls without doing an if statement before each one?
 
     
    