public List <Player> GetPlayersWithoutGang()
 {
     return(_iplayerContext.GetPlayersWithoutGang());
 }