public OrchestraHistoriesController(OrchestraHistoryService orchestraHistoryService, UserManager <IdentityUser> userManager)
 {
     this.userManager             = userManager;
     this.orchestraHistoryService = orchestraHistoryService;
 }