/**
  * Gets the shares.
  *
  * @return \Illuminate\Database\Eloquent\Collection
  */
 protected function getShares()
 {
     return Share::all();
 }