public function getDevolucao()
 {
     $emprestimos = TabelaCliente::lists('nome', 'id_cliente');
     return View::make('devolucao', compact('emprestimos'));
 }