/**
  * Get all categories.
  *
  * @return \Illuminate\Support\Collection
  */
 public function getAll()
 {
     return $this->model->all();
 }