public ContasPage() { InitializeComponent(); _contas = ContaService.GetContas(); lvContas.ItemsSource = _contas; }