public ActionResult AddGenre(GenreModel model) { _genreServices = new GenreServices(); _genreServices.InsertGenre(model); return(RedirectToAction("ListGenre")); }