public function findCode($code)
 {
     $db = new Products_Mod();
     return $db->find($code);
 }