because in our case OnGet is not called again after OnPost. Therefore, the data that the page will need should either be loaded in view(like this) or loaded in OnPost.