/**
  * @return mixed
  */
 private function getCouponsCollection()
 {
     return AB_Coupon::query()->fetchArray();
 }