public function getFilesWithoutSilanValueAction()
 {
     //connect to db and get get sql
     $rows = Application_Model_StoredFile::getAllFilesWithoutSilan();
     $this->_helper->json->sendJson($rows);
 }