Problem/Motivation
It turns out more and more, that node and media behave in the same way in many cases. When i worked on #2911977: Add Media revision UI, i saw that node implements its own NodeController to show the add/edit page. This could be simplified if node would use AdminHtmlRouteProvider.
Proposed resolution
Remove all the addPage stuff from NodeController and let AdminHtmlRouteProvider do the work.