function getCategory($link)
 {
     $category = Category::get_by_cat_link($link);
     return $category;
 }