public IEnumerable <Speakers> GetAllSpeakers()
 {
     return(speakersRepository.GetAllSpeakers());
 }