public ActionResult <bool> Play(int id)
 {
     _services.Play(id);
     return(true);
 }