public PersonApplication(Element root) { this.Service = new PersonService(); this.View = new PersonView(root); }