public function indexAction()
 {
     $data = My_Model_Api_Quote::getAll();
     echo json_encode($data);
 }