public CardDTO InsertLabels(string cardId, List <string> labelIds) { var result = db_.InsertLabels(cardId, labelIds); return(result); }