public IActionResult Update([FromBody] Genre genre) { return(Json(db.UpdateGenre(genre.Id, genre.Type))); }