public void Delete(Card c)
 {
     CardContext.DeleteCard(c.UnitId);
 }