public Task ChangeLeagueName(League league, string leagueName)
 {
     return(_fantasyCriticRepo.ChangeLeagueName(league, leagueName));
 }