public ActionResult DeletedPhoto() { photo_model.DeleteImage(m_name, m_path, m_month, m_Thumbnail, m_year); Thread.Sleep(1000); return(RedirectToAction("Photos")); }