public IActionResult GetById(int id)
 {
     return(Ok(_db.GetById(id)));
 }