public void AgregarVolador(Volador volador) { voladores.Add(volador); }
public void agregarVolador(Volador unVolador) { voladores.Add(unVolador); }