public void DeleteNoManga(int id)
 {
     compositionService.RemoveNoManga(id);
 }