public async Task <IQueryable <AdminDiscountVM> > Get() { return(await _discountRepository.GetAdminDiscounts()); }