Shoaib Ahmed
@foreach (var projects in Model) {
<option id="@projects.SurveyId">@projects.SurveyName</option>
}