public IActionResult InsertSpeaker(SpeakerModel speaker) { _speakerRepository.InsertSpeaker(speaker); return(Ok()); }