public IActionResult EditCountry(int Id, string Code, string Name) { _conferenceRepository.EditCountry(Id, Code, Name); return(Ok()); }