public void CreateOfficial(Official official) { OfficialDAO officialDAO = new OfficialDAO(); officialDAO.CreateOfficial(official); }