public function getCategory()
 {
     $doc_obj = new DocumentsTable();
     $category = $doc_obj->getCategory();
     return $category;
 }