public ActionResult <bool> Init(string team, int id)
 {
     _services.Init(id, team);
     return(true);
 }