public async Task <League> AddLeague([FromBody] LeagueAdd newLeague) { return(await _leagueService.AddLeague(newLeague)); }