public function listaE()
 {
     $egresos = Egreso::all();
     return View::make('movimiento.egresos.listar')->with('egresos', $egresos);
 }