public bool CheckCard(CardDetails card) { CardsService cardsService = new CardsService(); return(cardsService.CheckCard(card)); }