Currently, I have a hardcoded h4 as a title for a datagrid. However, I created a new table using entity framework that holds different table names for different grids I have in my app. Is there a way to include something above the grid that will GET the table name for that grid? Also, I would like this table name to be configurable, so a PUT request will be needed as well,