private function getAllCategories()
 {
     return CouponCategories::find()->orderBy('Name')->all();
 }