public ActionResult ViewAll()
        {
            var blog = _iBlogManager.GetAllBlog();

            return(View(blog));
        }