public static IEnumerable<T> Find<T>( this IController instance, Func<T, bool> expr ) where T : class, IController