public ActionResult Edit(int Id) { DbActions dbacc = new DbActions(); Post po = dbacc.getPost(Id); return(View(po)); }