private void add_Click(object sender, RoutedEventArgs e) { ServiceReference4.Category c = new ServiceReference4.Category(); CategoryServiceClient client = new CategoryServiceClient(); client.Add(c); }