/**
  * Main users page.
  *
  * @access   public
  * @return   View
  */
 public function getIndex()
 {
     return View::make('ProductCatalog::categories.dashboard')->with('orderedCategoriesHTML', $this->categories->displayOrderedAdminHTML())->with('orderedCategories', $this->categories->all());
 }