public void PutNoManga(int id, [FromBody] NoMangaModel model)
 {
     compositionService.UpdateNoManga(id, model);
 }