public Menu()
        {
            InitializeComponent();
            List <Emprestimo> emprestimos = EmprestimoDAO.ListarNumeroDeEmprestimos();

            tabelaEmprestimos.ItemsSource = emprestimos;
        }