public ActionResult delete(int id) { DataBaseControl a = new DataBaseControl(); a.DeletePhoto(id); return(RedirectToAction("Index")); }