public ServerResult <List <GiftCard> > GiftCards()
 {
     return(_giftCardService.GetAll());
 }