public RestaurantDS Add(RestaurantDS newRest)
 {
     rest.Add(newRest);
     tm.CreateOrUpdate(newRest);
     return(newRest);
 }