public void PutAnime(int id, [FromBody] AnimeModel model)
 {
     compositionService.UpdateAnime(id, model);
 }