public ContactController(IContactUIManager manager) { _manager = manager; }
public ContactController() { _manager = new ContactUIManager(); }