I am guessing you have a LINQ query this has delayed execution until the data is needed. Try the following.
Add two lines vat t = outcome.ToList(); ; // Debug on this line and View t