In your foreach loop in the code the last line
<td>(@std.TBCLUB?.ClubName??"")</td> (this should work in C# 6.0) I just looked up this https://www.informit.com/articles/article.aspx?p=2421572
If your version is prior, I think you need to construct the expression a bit more complex using @if @Else inside foreach