/**
  * @return mixed
  */
 public function allOrderByAmount()
 {
     return $this->denomination->orderBy('amount')->get();
 }