public BandStatAggregation GetByGenre()
 {
     return(_bandRepository.GetBandStatsByGenre());
 }