public ActionResult GetAll()
 {
     return(Ok(showService.GetShowLabel()));
 }