using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using MVCEntity.Context;
using MVCEntity.Models;
using System.Net;
namespace MVCEntity.Controllers
{
public class EmployeeController : Controller
{
...