public void ListarCarros() { ListaCarroAluguel.ItemsSource = VeiculoDAO.ListarCarro(); ListaCarroAluguel.CanUserAddRows = false; ListaCarroAluguel.CanUserDeleteRows = false; ListaCarroAluguel.AutoGenerateColumns = false; ListaCarroAluguel.IsReadOnly = true; }