@model Yavsc.Models.Musical.Profiles.Instrumentation @if (Model == null) {

@SR["NoInstrument"]

} @if (Model != null) {
@SR["Instrumentation"]
@Html.DisplayNameFor(model => model.Tool)
@Html.DisplayFor(model => model.Tool)
}