public ActionResult <Owner> Get(string id) { Owner myOwner = service.GetOwner(id); return(myOwner); }