/**
  * Get all the active boxes
  * @return mixed
  */
 public function getAll()
 {
     return $this->model->where('active', 1)->get();
 }