public ActionResult Delete(int id) { _blogCategoryService.DeleteBlogCategory(id); return(RedirectToAction("Index", "BlogCategory")); }