public List <Rol> Listar()
        {
            DAORol daRol = new DAORol();

            return(daRol.Listar());
        }