public IEnumerable <ICustomAction> GetCustomActions()
 {
     return(_restaurant.GetCustomActions());
 }