//create new dictionary public GenreType Create(GenreType sors) { return(_dictService.CreateGenreType(sors)); }