func (v *Validator) isMangaGenreValid(id int) bool {
    if id == 0 {
        return false
    }