....
Grid.Row="1"
FontSize="18"
BorderThickness="2,3,2,0"
DataContext="{Binding ElementName=lstBox}" FontStretch="ExtraExpanded" Background="#FF040924">
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Web;
using System.Text;
using Microsoft.SharePoint.Linq;
using Microsoft.SharePoint;
using nwind;
namespace WCFService{ public class...