To Make Points,Please Write Each Point in New Line
@*@Html.TextAreaFor(model => model.LongDescription, new { htmlAttributes = new { @class = "form-control" } })*@
@Html.ValidationMessageFor(model => model.LongDescription, "", new { @class = "text-danger" })