static void Main(string[] args) { Edificio edif = new Edificio(); edif.crearSalones(1); edif.menu(edif); }