How do I modify the below method to return a List< DataTable> or a DataSet? I want to make it generic so it can return multiple resultsets from the database....public static DataTable ExecuteStoredProcedure(ObjectContext db, string storedProcedureName, IE...