public Restaurant GetById(string id)
 {
     return(restaurants.FindItem(id));
 }