public ActionResult Delete(int Blogid) { _blogrepo.BlogDelete(Blogid); return(RedirectToAction("Listing")); }