public Rol TraerPorId(int Id)
        {
            DAORol daRol = new DAORol();

            return(daRol.TraerRolPorId(Id));
        }