public IEnumerable <ActivePlayer> GetAllActivePlayers()
 {
     return(activePlayerService.GetAllActivePlayers());
 }