public bool DeleteVersion(LinkedList lnkCondition)
 {
     return(ws.DeleteSPCATTModelHistory(lnkCondition.GetSerialData()));
 }