public Proyecto[] ConsultarProyectos() { ProyectoDatos datos = new ProyectoDatos(); return(datos.Recuperar("Proyectos.borrado = 0")); }