public ActionResult Author(Author author) { AuthorManager manager = new AuthorManager(); manager.CreateAuthor(author); return(View()); }