public ActionResult MyAccount(int id) { var db = new ImageDb(Properties.Settings.Default.ConStr); return(View(db.AllImagesForUser(id))); }