public CommentDTO InsertComment(string cardId, string userId, string text) { return(db_.InsertComment(cardId, userId, text)); }