public IEnumerable <Card> GetAll()
 {
     return(_cardsService.FetchCards());
 }