public ArtistCategoryController(IArtistCategoryBiz artistCategory)
 {
     _artistCategory = artistCategory;
 }