private void ExecuteQueryWithNHibernate() { var session = MvcApplication.CreateSession(); var clients = session.Query <Client>() .ToList(); }