public void CreateContact(Contact contact) { ContactDAO contactDAO = new ContactDAO(); contactDAO.CreateContact(contact); }