public Contact GetContactById(int Id) { ContactDAO contactDAO = new ContactDAO(); return(contactDAO.GetContactById(Id)); }