public IActionResult GetAllArtists()
 {
     return(Ok(repository.GetArtists()));
 }