public ActionResult Create(Emp obj) { Emp list = new Emp(); list.Add(obj); return(View("Index", db.Emps.ToList())); }