public ActionResult AddEditTeam(TeamViewModel model) { if (ModelState.IsValid) { _teamService.AddEditTeam(model); } return(RedirectToAction("/")); }