public WCF_Theatre GetTheatre(string theatreID) { Theatre t = Theatre.GetTheatre(theatreID); return(new WCF_Theatre(t.TheatreID, t.TheatreName, t.TheatreAddress1, t.TheatreAddress2, t.Pincode, t.Long, t.Latt)); }