public async void Add()
 {
     using (var svc = new RestaurantServiceClient())
     {
         await svc.AddRestaurantAsync(RestaurantName, AppData.User.Token);
         TryClose(true);
     }
 }