You are developing a WCF Data Services service in Visual Studio 2012 to display movie information froma
SQL Server database that changes every 24 hours. The service is defined in the following class :
The service must only return data for movies that are currently in theaters. You need to add a method to the
MovieService class to filter the data. How should you build the method?