public IActionResult GetBackgroundId()
 {
     return(Ok(_repository.GetBackgroundId()));
 }