public SpeakerDTO GetSpeaker(int id)
 {
     //Wendy - Make sure the Admin can get the speaker to Edit
     return(_speakerServ.GetSpeaker(id));
 }