public IActionResult Get()
 {
     return(Ok(_repo.GetAll()));
 }