I want to show some data on every page with the layout (_Layout.cshtml), so I made a parent controller class, and the database access executes in its constructor. This works well except the case when I want to reach the session data, because when I try to check if the session variable exists, an exception (NullReferenceException) is thrown:I want to show some data on every page with the