public Links BuildFromRow(DataRow row) { var returnRecord = Links.BuildLinksFromRow(row); returnRecord = this.BuildExtraFromRow <Links>(returnRecord, row); return(returnRecord); }