public function postCargar()
 {
     if (Request::ajax()) {
         $cargar = GestionMovimiento::getGestionMovimiento();
         return Response::json(array('rst' => 1, 'datos' => $cargar));
     }
 }