public static IEnumerable <BonusInfo> GetBonusByType(BonusInfo.BonusType bonusType)
 {
     return(_iBonusService.GetBonusByType(bonusType));
 }