public IActionResult Get(int id)
 {
     return(Ok(_agentRepository.GetAgentByID(id)));
 }