public AboutController() { _aboutPageService = new AboutPageService(); }
public HomeController() { _aboutPageService = new AboutPageService(); _contactPageService = new ContactPageService(); }