public HomeController(INTCGLeedsContext injectionContext) { siteContext = injectionContext; }
public HomeController() { siteContext = new NTCGLeedsContext(); }