public GerenciadorDePratos(PratoList pratoList) { PratoList = pratoList; }
private void LoadDefaults() { CategoriaList = new PratoList(); GerenciadorDePratos = new GerenciadorDePratos(CategoriaList); }