public ActionResult <IEnumerable <Restaurant> > GetRestaurants()
 {
     return(Ok(service.GetAllRestrans()));
 }