public DataSet GetCardsData(int id)
 {
     return(cardRepository.FillDataSet(id));
 }