public void DeleteSpeaker(int id)
 {
     conferenceManager.DeleteSpeaker(id);
 }