public ActionResult CreateCategory(Category category) { repository.AddCategory(category); return(View()); }