public ActionResult DeleteGallery(int id) { socialService.DeleteGallery(id); socialService.Save(); return(RedirectToAction("Galleries")); }