public ActionResult <string> Get(int id)
 {
     svc.AddItem(id.ToString());
     return("value");
 }