public void RemoveInvestimentos(Investimentos investimentos)// Esse
 {
     Investimento.Remove(investimentos);
 }
 public void AddInvestimento(Investimentos investimentos) //Esse metodo faz com que adicione um investimento ao cliente
 {
     Investimento.Add(investimentos);
 }