public IInterceptor[] SelectInterceptors(Type type, System.Reflection.MethodInfo method, IInterceptor[] interceptors)
 {
     return(EntitiesContext.SelectInterceptors(method, interceptors));
 }