public IList <Genero> obtenerTodos()
 {
     return(oGeneroDAO.getAll());
 }