public ActionResult Load(Int32 id = 1) { NannyContext db = new NannyContext(); db.InitData(); return View(); }