public ActionResult Index()
        {
            var employee = db.GetEmployees();

            return(View(employee));
        }