public function getStorageQuotationsToJson($code)
 {
     $cotations = $this->dao->getValuesFromAnAtive($code);
     return $this->buildJsonArray($cotations);
 }