/**
  * Get all services.
  *
  * @return Collection
  */
 public function all()
 {
     return Service::all();
 }