public AyudaVM(string Codigo) { bbdd = new ServicioBaseDatos(); CODIGO = Codigo; FORMULARIO = bbdd.LeerAyuda(CODIGO); }