public IEnumerable <Genero> BuscarPorTitulo(string name)
 {
     return(_generoService.BuscarPorTitulo(name));
 }