public ActionResult <IEnumerable <Owner> > Get()
 {
     return(service.GetOwners());
 }