public void WhenINavigateToThePlayersList()
 {
     _sut = CreatePlayersController();
     _sutResult = _sut.Index();
 }