/**
  * @return Collection|Category[]
  */
 public function loadAllCategories() : Collection
 {
     return $this->category->all();
 }