public void CargarDescBlog() { try { RR_Blog Datos = new RR_Blog { Conexion = Comun.Conexion }; RR_AdministradorWebNegocio GN = new RR_AdministradorWebNegocio(); ListaB = GN.ObtenerDescBlog(Datos); } catch (Exception ex) { throw ex; } }