public Task <List <Genero> > ConsultarGeneroAsync(FiltroGenero datos)
 {
     throw new NotImplementedException();
 }
 public List <Genero> ConsultarGenero(FiltroGenero datos)
 {
     throw new NotImplementedException();
 }