public BattlController( IBattlBLL model, IVoteBLL voteModel, IViewAlbumArtistSongTotalVotesByArtistBLL alltimeWinners, IViewPastBattlsBLL pastbattls, IViewUserTotalVotesBLL topUsers, IViewAlbumArtistSongTotalVotesBLL mostVoted) { this.model = model; this.voteModel = voteModel; this.alltimeWinners = alltimeWinners; this.pastbattls = pastbattls; this.topUsers = topUsers; this.mostVoted = mostVoted; }