public Official GetOfficialById(int Id) { OfficialDAO officialDAO = new OfficialDAO(); return(officialDAO.GetOfficialById(Id)); }