using System;
using System.ComponentModel.DataAnnotations;
namespace HelloWorldMvcApp
{
public class SampleViewModel
}
using System.Web.Mvc;
using System.Collections.Generic;
public class HomeController : Controller