public void RemoveRestaurant(Restaurant res)
 {
     Restaurants.RemoveAt(res.Id);
 }