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