public Manifesto ObterManifesto(int aIndex) => Manifesto.Load(ObterIni(aIndex));
public void CarregarManifesto(Manifesto manifesto) => CarregarINI(manifesto.ToString());