public IList <SpeakerDTO> GetSpeakerList(int conferenceId)
 {
     return(_speakerServ.GetSpeakerList(conferenceId));
 }