public IHttpActionResult AddTeam(string teamName) { teamService.AddNewTeam(teamName); return(this.Ok()); }